ScopeRule.RuleType Property

Gets the scope rule type.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property RuleType As ScopeRuleType
    Get
'Usage
Dim instance As ScopeRule
Dim value As ScopeRuleType

value = instance.RuleType
public ScopeRuleType RuleType { get; }

Property Value

Type: Microsoft.Office.Server.Search.Administration.ScopeRuleType
A value from the ScopeRuleType enumeration specifying the type of scope rule.

See Also

Reference

ScopeRule Class

ScopeRule Members

Microsoft.Office.Server.Search.Administration Namespace