Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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