Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 MustOverride Property FilterBehavior As ScopeRuleFilterBehavior
Get
Set
'Usage
Dim instance As ScopeRule
Dim value As ScopeRuleFilterBehavior
value = instance.FilterBehavior
instance.FilterBehavior = value
public abstract 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.