CrawlComponent.CrawlStore Property
Gets the crawl database to which this component is assigned.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property CrawlStore As CrawlStore
Get
'Usage
Dim instance As CrawlComponent
Dim value As CrawlStore
value = instance.CrawlStore
public CrawlStore CrawlStore { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.CrawlStore
The crawl database associated with the crawl component.