XmlDictionaryReaderQuotasElement.MaxBytesPerRead Eigenschap

Definitie

Hiermee worden de maximaal toegestane bytes opgehaald of ingesteld die voor elke leesbewerking zijn geretourneerd.

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

Waarde van eigenschap

Het maximum aantal toegestane bytes dat voor elke leesbewerking is geretourneerd.

Kenmerken

Van toepassing op