Compartir a través de


XmlDictionaryReaderQuotasElement.MaxNameTableCharCount Propiedad

Definición

Obtiene o establece el número máximo de caracteres permitidos en un nombre de tabla.

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

Valor de propiedad

Número máximo de caracteres permitidos en un nombre de tabla.

Atributos

Se aplica a