Share via


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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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