DatabaseSettings.DatabaseId Property
Gets or sets the identifier (ID) of the database.
Namespace: Microsoft.Office.Server.Search.Administration.TopologyExport
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property DatabaseId As Guid
Get
Set
'Usage
Dim instance As DatabaseSettings
Dim value As Guid
value = instance.DatabaseId
instance.DatabaseId = value
public Guid DatabaseId { get; set; }
Property Value
Type: System.Guid
The database ID.
See Also
Reference
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace