SPWcfServiceSettings.ReaderQuotasMaxArrayLength property
Gets or sets the maximum array length for XML dictionary readers (XmlDictionaryReader).
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ReaderQuotasMaxArrayLength As Integer
Get
Set
'Usage
Dim instance As SPWcfServiceSettings
Dim value As Integer
value = instance.ReaderQuotasMaxArrayLength
instance.ReaderQuotasMaxArrayLength = value
public int ReaderQuotasMaxArrayLength { get; set; }
Property value
Type: System.Int32
The maximum array length. This property setting is applied only when the value is greater than zero.