SPRoutingRuleCollection class

Collection of routing rules

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPRequestManagementRuleCollection<SPRoutingRule>
        Microsoft.SharePoint.Administration.SPRoutingRuleCollection

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<GuidAttribute("D64BD847-2FF2-4EFB-85AA-9B15EED68754")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPRoutingRuleCollection _
    Inherits SPRequestManagementRuleCollection(Of SPRoutingRule)
'Usage
Dim instance As SPRoutingRuleCollection
[GuidAttribute("D64BD847-2FF2-4EFB-85AA-9B15EED68754")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPRoutingRuleCollection : SPRequestManagementRuleCollection<SPRoutingRule>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPRoutingRuleCollection members

Microsoft.SharePoint.Administration namespace