XmlSchemaParticle.MaxOccurs 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定物件可以發生的最大次數。
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
屬性值
物件可以發生的最大次數。 預設值是 1。
備註
值可以是大於或等於零的整數。