次の方法で共有


XmlDictionaryReaderQuotasElement.MaxBytesPerRead プロパティ

定義

読み取りごとに返される最大許容バイト数を取得または設定します。

[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

プロパティ値

読み取りごとに返される最大許容バイト数。

属性

適用対象