SPRoutingRuleCollection class
路由規則的集合
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
'宣告
<GuidAttribute("D64BD847-2FF2-4EFB-85AA-9B15EED68754")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPRoutingRuleCollection _
Inherits SPRequestManagementRuleCollection(Of SPRoutingRule)
'用途
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.