SPRunningJob.JobDefinitionTitle property
Gets the title of the job definition for the running job.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property JobDefinitionTitle As String
Get
'Usage
Dim instance As SPRunningJob
Dim value As String
value = instance.JobDefinitionTitle
public string JobDefinitionTitle { get; }
Property value
Type: System.String
A String that represents the name for the job definition on which the running job is based.
Remarks
Provides metadata that may be presented in usage reports.