SPTimerServiceInstance.SystemService Property
Gets a Boolean value that specifies whether the service is a system service. This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides ReadOnly Property SystemService As Boolean
Get
'Usage
Dim instance As SPTimerServiceInstance
Dim value As Boolean
value = instance.SystemService
public override bool SystemService { get; }
Property Value
Type: System.Boolean
Returns true if the service is a system service; otherwise, returns false.
Remarks
Reserved for internal use only.
See Also
Reference
SPTimerServiceInstance Members