SPRequestManagementRule members
Represents an abstract class that defines the properties for a rule that can be used to match against a request.
The SPRequestManagementRule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPRequestManagementRule() | Initializes a new default instance of the SPRequestManagementRule class. | |
SPRequestManagementRule(String) | Initializes a new instance of the SPRequestManagementRule class with the name of the rule. |
Top
Properties
Name | Description | |
---|---|---|
Criteria | Gets or sets a collection of criteria to match against the request. | |
ExecutionGroup | Gets or sets the execution grouping that the rule runs in. | |
Expiration | Gets or sets the date the rule expires. | |
Name | Gets or sets the name of the rule. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top