다음을 통해 공유


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

속성 값

Int32

허용된 최대 배열 길이입니다.

특성

적용 대상