XmlDictionaryReaderQuotasElement.MaxBytesPerRead 属性

定义

获取或设置允许每次读取返回的最大字节数。

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

属性值

Int32

允许为每次读取返回的最大字节数。

属性

适用于