共用方式為


XmlSchemaParticle.MaxOccursString 屬性

定義

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

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"。

適用於