XmlDictionaryReaderQuotasElement.MaxBytesPerRead プロパティ

定義

1 回の読み取りで返すことができる最大バイト数を取得または設定します。

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

1 回の読み取りで返すことができる最大バイト数。

属性

適用対象