Share via


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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPRunningJob Class

SPRunningJob Members

Microsoft.SharePoint.Administration Namespace

SPRunningJobCollection

SPUsage