다음을 통해 공유


XmlDictionaryReaderQuotasElement.MaxStringContentLength 속성

정의

XML 요소 콘텐츠에 허용되는 최대 문자 수를 가져오거나 설정합니다.

public:
 property int MaxStringContentLength { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxStringContentLength", DefaultValue=0)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int MaxStringContentLength { get; set; }
[<System.Configuration.ConfigurationProperty("maxStringContentLength", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.MaxStringContentLength : int with get, set
Public Property MaxStringContentLength As Integer

속성 값

Int32

XML 요소 콘텐츠에 허용되는 최대 문자 수입니다.

특성

적용 대상