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 or sets the value that indicates whether the crawl database has been created.
Namespace: Microsoft.Office.Server.Search.Administration.TopologyExport
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property IsProvisioned As Boolean
Get
Set
'Usage
Dim instance As CrawlStoreSettings
Dim value As Boolean
value = instance.IsProvisioned
instance.IsProvisioned = value
public bool IsProvisioned { get; set; }
Property Value
Type: System.Boolean
true if the crawl database has been created; otherwise, false.
See Also
Reference
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace