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 globally unique identifier (GUID) of the crawl database.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property CrawlDatabaseGuid As Guid
Get
Set
'Usage
Dim instance As HostDistributionRule
Dim value As Guid
value = instance.CrawlDatabaseGuid
instance.CrawlDatabaseGuid = value
public Guid CrawlDatabaseGuid { get; set; }
Property Value
Type: System.Guid
The GUID of the crawl database.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeExcpetion | The value set is null or an empty GUID. |