CrawlRule.Enabled Property
Gets a Boolean value that indicates whether the crawl rule is enabled.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property Enabled As Boolean
Get
'Usage
Dim instance As CrawlRule
Dim value As Boolean
value = instance.Enabled
public bool Enabled { get; }
Property Value
Type: System.Boolean
true if the crawl rule is enabled; otherwise, false.