CrawlComponentSettings.CrawlStore Property
Gets or sets the settings for the crawl database.
Namespace: Microsoft.Office.Server.Search.Administration.TopologyExport
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property CrawlStore As CrawlStoreSettings
Get
Set
'Usage
Dim instance As CrawlComponentSettings
Dim value As CrawlStoreSettings
value = instance.CrawlStore
instance.CrawlStore = value
public CrawlStoreSettings CrawlStore { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.TopologyExport.CrawlStoreSettings
The settings for the crawl database.
See Also
Reference
CrawlComponentSettings Members
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace