SPRequestManagementRuleCriteria class

Represents the object that can be used to read a particular header value from a request, and match that value against a value using a specified match type.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPRequestManagementRuleCriteria

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

Syntax

'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPRequestManagementRuleCriteria
'Usage
Dim instance As SPRequestManagementRuleCriteria
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPRequestManagementRuleCriteria

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

SPRequestManagementRuleCriteria members

Microsoft.SharePoint.Administration namespace