Component.ComponentId property

ID of the search topology component (GUID).

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

Syntax

'Declaration
Public Property ComponentId As Guid
    Get
    Friend Set
'Usage
Dim instance As Component
Dim value As Guid

value = instance.ComponentId
public Guid ComponentId { get; internal set; }

Property value

Type: System.Guid

Implements

ISearchComponent.ComponentId

See also

Reference

Component class

Component members

Microsoft.Office.Server.Search.Administration.Topology namespace