XmlDictionaryReaderQuotasElement.MaxNameTableCharCount Vlastnost

Definice

Získá nebo nastaví maximální povolený počet znaků v názvu tabulky.

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

Hodnota vlastnosti

Int32

Maximální počet znaků povolených v názvu tabulky.

Atributy

Platí pro