Share via


CrawlStore.IsDedicated Property

Gets or sets a Boolean value that indicates whether this crawl database is dedicated.

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

Syntax

'Declaration
Public Property IsDedicated As Boolean
    Get
    Set
'Usage
Dim instance As CrawlStore
Dim value As Boolean

value = instance.IsDedicated

instance.IsDedicated = value
public bool IsDedicated { get; set; }

Property Value

Type: System.Boolean
true if this is a dedicated crawl database; otherwise false.

See Also

Reference

CrawlStore Class

CrawlStore Members

Microsoft.Office.Server.Search.Administration Namespace