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.