Share via


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

允許每個讀取動作傳回的位元組上限。

屬性

適用於