System::Xml::Schema::XmlSchemaParticle::get_MaxOccursString method

XmlSchemaParticle::get_MaxOccursString method

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

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

ReturnValue

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

See Also