XmlDictionaryReaderQuotasElement.MaxDepth プロパティ

定義

1 回の読み取りでの最大ネスト ノード深度を取得または設定します。

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

1 回の読み取りでの最大ネスト ノード深度。

属性

適用対象