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

属性值

每次读取的最大嵌套节点深度。

属性

适用于