SearchServiceApplication.CrawlStores property

Gets all of the CrawlStoreCollection objects that are managed by the current SearchServiceApplication.

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

Syntax

'Declaration
Public ReadOnly Property CrawlStores As CrawlStoreCollection
    Get
'Usage
Dim instance As SearchServiceApplication
Dim value As CrawlStoreCollection

value = instance.CrawlStores
public CrawlStoreCollection CrawlStores { get; }

Property value

Type: Microsoft.Office.Server.Search.Administration.CrawlStoreCollection
A collection of CrawlStoreCollection objects that are managed by the current SearchServiceApplication.

Remarks

A crawl store is associated with one or more crawl components, and is used to store the history of crawls and the data necessary to start a Search crawl.

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace