Share via


SearchRuntimeServiceInstance.SearchServiceInstanceId property

Gets the search service instance ID.

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

Syntax

'Declaration
Public ReadOnly Property SearchServiceInstanceId As Guid
    Get
'Usage
Dim instance As SearchRuntimeServiceInstance
Dim value As Guid

value = instance.SearchServiceInstanceId
public Guid SearchServiceInstanceId { get; }

Property value

Type: System.Guid
The search service instance ID.

See also

Reference

SearchRuntimeServiceInstance class

SearchRuntimeServiceInstance members

Microsoft.Office.Server.Search.Administration namespace