Share via


XmlDictionaryReaderQuotasElement.MaxNameTableCharCount Eigenschaft

Definition

Ruft die maximal in einem Tabellennamen zulässigen Zeichen ab oder legt sie fest.

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

Eigenschaftswert

Die maximal zulässigen Zeichen in einem Tabellennamen.

Attribute

Gilt für: