Share via


SearchAdminWebServiceInstance.SystemService property

Gets a value that indicates whether the service is a system service.

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

Syntax

'Declaration
Public Overrides ReadOnly Property SystemService As Boolean
    Get
'Usage
Dim instance As SearchAdminWebServiceInstance
Dim value As Boolean

value = instance.SystemService
public override bool SystemService { get; }

Property value

Type: System.Boolean
true if the service is a system service; otherwise, false.

Remarks

This property always returns true. A system service cannot be started or stopped through the user interface on the SharePoint Foundation Central Administration website.

See also

Reference

SearchAdminWebServiceInstance class

SearchAdminWebServiceInstance members

Microsoft.Office.Server.Search.Administration namespace