Share via


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

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