Compartir a través de


XmlDictionaryReaderQuotasElement.MaxDepth Propiedad

Definición

Obtiene o establece la profundidad máxima de nodos anidados para cada lectura.

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

Valor de propiedad

Int32

La profundidad de nodo anidada máxima por cada lectura.

Atributos

Se aplica a