XmlDictionaryReaderQuotasElement.MaxBytesPerRead Propriété

Définition

Obtient ou définit le nombre maximal d’octets autorisés retournés pour chaque lecture.

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

Valeur de propriété

Int32

Le nombre maximal d'octets autorisés retournés pour chaque lecture.

Attributs

S’applique à