get_MinOccursString()

XmlSchemaParticle::get_MinOccursString() method

Returns the number as a string value. The minimum number of times the particle can occur.

String System::Xml::Schema::XmlSchemaParticle::get_MinOccursString()

Return Value

The number as a string value. String::Empty indicates that MinOccurs is equal to the default value. The default is nullptr.

See Also