Compartir a través de


XmlDictionaryReaderQuotasElement.MaxStringContentLength Propiedad

Definición

Obtiene o establece el número máximo de caracteres permitidos en contenido de elementos XML.

public:
 property int MaxStringContentLength { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxStringContentLength", DefaultValue=0)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int MaxStringContentLength { get; set; }
[<System.Configuration.ConfigurationProperty("maxStringContentLength", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.MaxStringContentLength : int with get, set
Public Property MaxStringContentLength As Integer

Valor de propiedad

Int32

Los caracteres máximos permitidos en contenido de elemento XML.

Atributos

Se aplica a