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.