Component.ServerId property

ID of the server where this search topology component shall be deployed (GUID).

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

Syntax

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

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

Property value

Type: System.Guid

Implements

ISearchComponent.ServerId

See also

Reference

Component class

Component members

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