Partager via


XmlDictionaryReaderQuotasElement.MaxDepth Propriété

Définition

Obtient ou définit la profondeur maximale de nœud imbriqué par lecture.

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

Valeur de propriété

Int32

Profondeur maximale de nœud imbriqué par lecture.

Attributs

S’applique à