RuleInfo.UrlRuleType Property
Gets or sets the URL scope rule type that specifies which part of the item URL is matched against the UserValue value.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property UrlRuleType As UrlScopeRuleType
Get
Set
'Usage
Dim instance As RuleInfo
Dim value As UrlScopeRuleType
value = instance.UrlRuleType
instance.UrlRuleType = value
[DataMemberAttribute]
public UrlScopeRuleType UrlRuleType { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.UrlScopeRuleType
Enumerates the different forms of the URL that can be used in the rule: folder, host, or domain.