SPRoutingRuleCollection class

Coleção de regras de roteamento

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

'Declaração
<GuidAttribute("D64BD847-2FF2-4EFB-85AA-9B15EED68754")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPRoutingRuleCollection _
    Inherits SPRequestManagementRuleCollection(Of SPRoutingRule)
'Uso
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.

Ver também

Referência

SPRoutingRuleCollection members

Microsoft.SharePoint.Administration namespace