XmlSchemaParticle.MaxOccursString 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定數值為字串值。 物件可以發生的最大次數。
public:
property System::String ^ MaxOccursString { System::String ^ get(); void set(System::String ^ value); };
public string? MaxOccursString { get; set; }
public string MaxOccursString { get; set; }
member this.MaxOccursString : string with get, set
Public Property MaxOccursString As String
屬性值
將數字當做是字串值。
String.Empty
表示 MaxOccurs
等於預設值。 預設值為 Null 參考。
備註
這個屬性可以有 null (「」「) 值或 String.Empty
。
如果要設定為沒有最大次數限制,請使用字串 "unbounded"。