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 元素内容中允许包含的最大字符数。

属性

适用于