Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlSchemaParticle::MaxOccurs Property

 

Gets or sets the maximum number of times the particle can occur.

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

public:
property Decimal MaxOccurs {
	Decimal get();
	void set(Decimal value);
}

Property Value

Type: System::Decimal

The maximum number of times the particle can occur. The default is 1.

The value can be an integer greater than or equal to zero.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft