SPServiceInstance.SystemService property

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

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property SystemService As Boolean
    Get
'Usage
Dim instance As SPServiceInstance
Dim value As Boolean

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

Property value

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

Remarks

System services cannot be started or stopped through the user interface in SharePoint Central Administration.

See also

Reference

SPServiceInstance class

SPServiceInstance members

Microsoft.SharePoint.Administration namespace