共用方式為


XmlDictionaryReaderQuotasElement.MaxArrayLength 屬性

定義

取得或設定允許的陣列長度上限。

public:
 property int MaxArrayLength { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxArrayLength", DefaultValue=0)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int MaxArrayLength { get; set; }
[<System.Configuration.ConfigurationProperty("maxArrayLength", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.MaxArrayLength : int with get, set
Public Property MaxArrayLength As Integer

屬性值

允許的陣列長度上限。

屬性

適用於