System::Xml::Schema::XmlSchemaParticle::get_MinOccursString method

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()

ReturnValue

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

See Also