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