get_MaxOccursString()

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

Return Value

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

See Also