XmlDictionaryReaderQuotasElement.MaxBytesPerRead Proprietà

Definizione

Ottiene o imposta i byte massimi consentiti restituiti per ogni lettura.

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

Valore della proprietà

Int32

Byte massimi consentiti restituiti per ogni lettura.

Attributi

Si applica a