Share via


CrawlTopologySettings.CrawlStores Property

Gets the settings for the Search service application’s crawl databases.

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

Syntax

'Declaration
Public ReadOnly Property CrawlStores As List(Of CrawlStoreSettings)
    Get
'Usage
Dim instance As CrawlTopologySettings
Dim value As List(Of CrawlStoreSettings)

value = instance.CrawlStores
public List<CrawlStoreSettings> CrawlStores { get; }

Property Value

Type: System.Collections.Generic.List<CrawlStoreSettings>
The list of CrawlStoreSettings.

See Also

Reference

CrawlTopologySettings Class

CrawlTopologySettings Members

Microsoft.Office.Server.Search.Administration.TopologyExport Namespace