XmlDictionaryReaderQuotasElement.MaxNameTableCharCount プロパティ

定義

テーブル名で使用できる最大文字数を取得または設定します。

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

プロパティ値

テーブル名で使用できる最大文字。

属性

適用対象