PropertyQueryScopeRule.FilterBehavior Property
Gets or sets the behavior of the scope rule filter.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overrides Property FilterBehavior As ScopeRuleFilterBehavior
Get
Set
'Usage
Dim instance As PropertyQueryScopeRule
Dim value As ScopeRuleFilterBehavior
value = instance.FilterBehavior
instance.FilterBehavior = value
public override ScopeRuleFilterBehavior FilterBehavior { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.ScopeRuleFilterBehavior
A value from the ScopeRuleFilterBehavior enumeration specifying the filter behavior for the scope rule.