Share via


XmlDictionaryReaderQuotasElement.MaxDepth 속성

정의

각 읽기에 대한 최대 중첩 노드 깊이를 가져오거나 설정합니다.

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

속성 값

Int32

각 읽기에 대한 최대 중첩 노드 깊이입니다.

특성

적용 대상