PropertyQueryScopeRule Members
Include Protected Members
Include Inherited Members
Represents a scope rule that matches content items based on a property/value comparison.
The PropertyQueryScopeRule type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of items in the content index that match the scope rule. (Overrides ScopeRule.Count.) | |
FilterBehavior | Gets or sets the behavior of the scope rule filter. (Overrides ScopeRule.FilterBehavior.) | |
ID | Gets the scope rule ID. (Inherited from ScopeRule.) | |
LogPrefix | (Inherited from ScopeRule.) | |
Property | Gets or sets the managed property to use for the scope rule. | |
RuleType | Gets the scope rule type. (Inherited from ScopeRule.) | |
Value | Gets or sets the managed property value to use for the scope rule. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the scope rule. (Inherited from ScopeRule.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ThrowIfNotBacked | (Inherited from ScopeRule.) | |
ToString | (Inherited from Object.) | |
Update | Updates the scope rule with the specified changes. (Inherited from ScopeRule.) |
Top