Share via


TopologySettings.Id Property

Gets or sets the identifier (ID) for the topology settings.

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

Syntax

'Declaration
Public Property Id As Guid
    Get
    Set
'Usage
Dim instance As TopologySettings
Dim value As Guid

value = instance.Id

instance.Id = value
public Guid Id { get; set; }

Property Value

Type: System.Guid
The topology settings ID.

See Also

Reference

TopologySettings Class

TopologySettings Members

Microsoft.Office.Server.Search.Administration.TopologyExport Namespace