CrawlRule.Type property

Gets or sets the crawl rule type.

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

Syntax

'Declaration
Public Property Type As CrawlRuleType
    Get
    Set
'Usage
Dim instance As CrawlRule
Dim value As CrawlRuleType

value = instance.Type

instance.Type = value
public CrawlRuleType Type { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Administration.CrawlRuleType
A value from the CrawlRuleType enumeration specifying the type of crawl rule.

See also

Reference

CrawlRule class

CrawlRule members

Microsoft.Office.Server.Search.Administration namespace