Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the last run time of the job definition.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property LastRunTime As DateTime
Get
'Usage
Dim instance As SPJobDefinition
Dim value As DateTime
value = instance.LastRunTime
public DateTime LastRunTime { get; }
Property Value
Type: System.DateTime
A DateTime object.