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 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
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace