SPUserCodeWorkflowContext.LastRunDateTime property

Gets or sets the Coordinated Universal Time (UTC) date and time of the last modification to the workflow data.

Namespace:  Microsoft.SharePoint.UserCode
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property LastRunDateTime As DateTime
    Get
    Set
'Usage
Dim instance As SPUserCodeWorkflowContext
Dim value As DateTime

value = instance.LastRunDateTime

instance.LastRunDateTime = value
public DateTime LastRunDateTime { get; set; }

Property value

Type: System.DateTime
The UTC date and time of the last modification to the workflow data.

See also

Reference

SPUserCodeWorkflowContext class

SPUserCodeWorkflowContext members

Microsoft.SharePoint.UserCode namespace