Compartir a través de


XmlDictionaryReaderQuotasElement.MaxStringContentLength Propiedad

Definición

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

[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

Número máximo de caracteres permitidos en el contenido del elemento XML.

Atributos

Se aplica a