Share via


XmlDictionaryReaderQuotasElement.MaxDepth Eigenschaft

Definition

Ruft die maximale geschachtelte Knotentiefe für jeden Lesevorgang ab oder legt sie fest.

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

Eigenschaftswert

Die maximale geschachtelte Knotentiefe für jeden Lesevorgang.

Attribute

Gilt für: