次の方法で共有


XmlDictionaryReaderQuotasElement.MaxNameTableCharCount プロパティ

定義

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

[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

プロパティ値

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

属性

適用対象