SPRequestManagementRuleCriteria members

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.

The SPRequestManagementRuleCriteria type exposes the following members.

Constructors

  Name Description
Public method SPRequestManagementRuleCriteria Initializes a new default instance of the SPRequestManagementRuleCriteria class.

Top

Properties

  Name Description
Public property CaseSensitive Gets or sets a Boolean value that indicates if this rule should be evaluated with case sensitivity.
Public property CustomHeaderName Gets or sets the custom header to look for if the PropertyType is set to PropertyType.CustomHeader.
Public property MatchType Gets or sets the match type to use in matching.
Public property PropertyType Gets or sets the property to match against.
Public property Value Gets or sets the value to use in matching.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPRequestManagementRuleCriteria class

Microsoft.SharePoint.Administration namespace