SPRequestManagementRuleCollection<T> class
Represents a persisted collection of rules.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPRequestManagementRuleCollection<T>
Microsoft.SharePoint.Administration.SPRoutingRuleCollection
Microsoft.SharePoint.Administration.SPThrottlingRuleCollection
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<GuidAttribute("475DA79F-3E49-4EE4-80FA-FB828C5CBA5F")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SPRequestManagementRuleCollection(Of T As SPRequestManagementRule) _
Inherits SPPersistedObject _
Implements IEnumerable(Of T), IEnumerable, ISerializable
'Usage
Dim instance As SPRequestManagementRuleCollection(Of T)
[GuidAttribute("475DA79F-3E49-4EE4-80FA-FB828C5CBA5F")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SPRequestManagementRuleCollection<T> : SPPersistedObject,
IEnumerable<T>, IEnumerable, ISerializable
where T : SPRequestManagementRule
Type parameters
- T
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.