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.

See also

Reference

UrlScopeRule class

UrlScopeRule members

Microsoft.Office.Server.Search.Administration namespace