SPRequestManagementSettings.RoutingEnabled property
Gets or sets a routing flag to determine if routing is enabled or disabled.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RoutingEnabled As Boolean
Get
Set
'Usage
Dim instance As SPRequestManagementSettings
Dim value As Boolean
value = instance.RoutingEnabled
instance.RoutingEnabled = value
public bool RoutingEnabled { get; set; }
Property value
Type: System.Boolean
See also
Reference
SPRequestManagementSettings class