Share via


HostDistributionRule.CrawlDatabaseGuid Property

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.

See Also

Reference

HostDistributionRule Class

HostDistributionRule Members

Microsoft.Office.Server.Search.Administration Namespace