SPJobDefinition.IsServiceJob property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsServiceJob As Boolean
Get
'Usage
Dim instance As SPJobDefinition
Dim value As Boolean
value = instance.IsServiceJob
public bool IsServiceJob { get; }
Property value
Type: System.Boolean