Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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