XmlDictionaryReaderQuotasElement.MaxStringContentLength Eigenschap

Definitie

Hiermee haalt u het maximum aantal tekens op dat is toegestaan in xml-elementinhoud of stelt u deze in.

public:
 property int MaxStringContentLength { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxStringContentLength", DefaultValue=0)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int MaxStringContentLength { get; set; }
[<System.Configuration.ConfigurationProperty("maxStringContentLength", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.MaxStringContentLength : int with get, set
Public Property MaxStringContentLength As Integer

Waarde van eigenschap

Het maximum aantal tekens dat is toegestaan in xml-elementinhoud.

Kenmerken

Van toepassing op