다음을 통해 공유


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

속성 값

Int32

표 이름에 허용된 최대 문자 수입니다.

특성

적용 대상