UrlScopeRule.UrlRuleType Property
Gets the URL scope rule type.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property UrlRuleType As UrlScopeRuleType
Get
Set
'Usage
Dim instance As UrlScopeRule
Dim value As UrlScopeRuleType
value = instance.UrlRuleType
instance.UrlRuleType = value
public UrlScopeRuleType UrlRuleType { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.UrlScopeRuleType
A value from the UrlScopeRuleType enumeration specifying the type of URL scope rule.