RuleInfo.RuleType property

Gets or sets the type of the search scope rule.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property RuleType As ScopeRuleType
    Get
    Set
'Usage
Dim instance As RuleInfo
Dim value As ScopeRuleType

value = instance.RuleType

instance.RuleType = value
[DataMemberAttribute]
public ScopeRuleType RuleType { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Administration.ScopeRuleType
One of the enumeration values that specifies the type of the search scope rule.

See also

Reference

RuleInfo class

RuleInfo members

Microsoft.Office.Server.Search.Administration namespace