SPTimerJobUsageEntry.JobTitle property
Gets or sets a value specifying the human-readable title of the timer job.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property JobTitle As String
Get
Set
'Usage
Dim instance As SPTimerJobUsageEntry
Dim value As String
value = instance.JobTitle
instance.JobTitle = value
public string JobTitle { get; set; }
Property value
Type: System.String
Returns a String representing the job title.