XmlDictionaryReaderQuotasElement.MaxNameTableCharCount Propriété

Définition

Obtient ou définit le nombre maximal de caractères autorisés dans un nom de table.

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

Valeur de propriété

Int32

Le nombre maximal de caractères autorisés dans un nom de table.

Attributs

S’applique à