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