共用方式為


XmlSchemaParticle.MaxOccurs 屬性

定義

取得或設定物件可以發生的最大次數。

public:
 property System::Decimal MaxOccurs { System::Decimal get(); void set(System::Decimal value); };
public decimal MaxOccurs { get; set; }
member this.MaxOccurs : decimal with get, set
Public Property MaxOccurs As Decimal

屬性值

Decimal

物件可以發生的最大次數。 預設值是 1。

備註

值可以是大於或等於零的整數。

適用於