SearchServiceInstance.RequiresAdministrationService Property
Gets a value that indicates whether the service instance is part of a farm.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property RequiresAdministrationService As Boolean
Get
'Usage
Dim instance As SearchServiceInstance
Dim value As Boolean
value = instance.RequiresAdministrationService
public bool RequiresAdministrationService { get; }
Property Value
Type: System.Boolean
Returns Boolean. Returns false if the service is installed on a single server..