Aracılığıyla paylaş


XmlDictionaryReaderQuotasElement.MaxBytesPerRead Özellik

Tanım

Her okuma için döndürülen izin verilen bayt sayısını alır veya ayarlar.

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

Özellik Değeri

Int32

Her okuma için en fazla izin verilen bayt döndürüldü.

Öznitelikler

Şunlara uygulanır