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