SPJobHistory.JobDefinitionTitle property
Job definition title of the job history entry.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property JobDefinitionTitle As String
Get
'Usage
Dim instance As SPJobHistory
Dim value As String
value = instance.JobDefinitionTitle
public string JobDefinitionTitle { get; }
Property value
Type: System.String
A String with the job definition title.