SPRequestManagementRule class

Represents an abstract class that defines the properties for a rule that can be used to match against a request.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPRequestManagementRule
    Microsoft.SharePoint.Administration.SPRoutingRule
    Microsoft.SharePoint.Administration.SPThrottlingRule

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

Syntax

'Declaration
<SerializableAttribute> _
<GuidAttribute("425A0057-FA12-45BF-8145-65FFBAF66831")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class SPRequestManagementRule
'Usage
Dim instance As SPRequestManagementRule
[SerializableAttribute]
[GuidAttribute("425A0057-FA12-45BF-8145-65FFBAF66831")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class SPRequestManagementRule

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

SPRequestManagementRule members

Microsoft.SharePoint.Administration namespace