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