SPClientCallableSettings.RequestXmlMaxDepth 属性
获取或设置请求由客户端在标记计数单位发送的 XML 的最大深度。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property RequestXmlMaxDepth As Integer
Get
Set
用法
Dim instance As SPClientCallableSettings
Dim value As Integer
value = instance.RequestXmlMaxDepth
instance.RequestXmlMaxDepth = value
public int RequestXmlMaxDepth { get; set; }
属性值
类型:System.Int32
请求 XML 的最大深度。默认值为 32。
备注
请求 XML 有关的信息,请参阅[MS CSOM]: SharePoint 客户端查询协议规范。