CrawlStoreSettings.IsDedicated Property
Gets or sets a Boolean value indicating whether the database is dedicated for the crawl.
Namespace: Microsoft.Office.Server.Search.Administration.TopologyExport
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property IsDedicated As Boolean
Get
Set
'Usage
Dim instance As CrawlStoreSettings
Dim value As Boolean
value = instance.IsDedicated
instance.IsDedicated = value
public bool IsDedicated { get; set; }
Property Value
Type: System.Boolean
true if the database is dedicated for the crawl; otherwise, false.
See Also
Reference
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace