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