获取或设置一个标志来确定是启用还是禁用路由的路由标志。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property RoutingEnabled As Boolean
Get
Set
用法
Dim instance As SPRequestManagementSettings
Dim value As Boolean
value = instance.RoutingEnabled
instance.RoutingEnabled = value
public bool RoutingEnabled { get; set; }