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