ScopeRule.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 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.

See also

Reference

ScopeRule class

ScopeRule members

Microsoft.Office.Server.Search.Administration namespace