SPWcfServiceSettings.ReaderQuotasMaxNameTableCharCount property

Gets or sets the maximum number of characters allowed in a table name for XML dictionary readers (XmlDictionaryReader).

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ReaderQuotasMaxNameTableCharCount As Integer
    Get
    Set
'Usage
Dim instance As SPWcfServiceSettings
Dim value As Integer

value = instance.ReaderQuotasMaxNameTableCharCount

instance.ReaderQuotasMaxNameTableCharCount = value
public int ReaderQuotasMaxNameTableCharCount { get; set; }

Property value

Type: System.Int32
The maximum number of characters allowed in a table name. This property setting is applied only when the value is greater than zero.

See also

Reference

SPWcfServiceSettings class

SPWcfServiceSettings members

Microsoft.SharePoint.Administration namespace