XmlDictionaryReaderQuotasElement.MaxNameTableCharCount Propriedade

Definição

Obtém ou define o máximo de caracteres permitido em um nome de tabela.

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 da propriedade

Int32

O máximo de caracteres permitidos no nome da tabela.

Atributos

Aplica-se a