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.

public:
 property int MaxNameTableCharCount { int get(); void set(int value); };
[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

Int32

Los caracteres máximos permitidos en un nombre de tabla.

Atributos

Se aplica a