SearchRuntimeServiceInstance.PrimaryHostController property
Gets a value indicating whether the host controller is the primary one.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property PrimaryHostController As Boolean
Get
'Usage
Dim instance As SearchRuntimeServiceInstance
Dim value As Boolean
value = instance.PrimaryHostController
public bool PrimaryHostController { get; }
Property value
Type: System.Boolean
Returns [true] if the host controller is the primary one; otherwise, returns [false].
See also
Reference
SearchRuntimeServiceInstance class