SPRequestManagementSettings.RoutingScheme property
Gets or sets the routing scheme(s) to use.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RoutingScheme As SPRoutingScheme
Get
Set
'Usage
Dim instance As SPRequestManagementSettings
Dim value As SPRoutingScheme
value = instance.RoutingScheme
instance.RoutingScheme = value
public SPRoutingScheme RoutingScheme { get; set; }
Property value
Type: Microsoft.SharePoint.Administration.SPRoutingScheme
See also
Reference
SPRequestManagementSettings class