Freigeben über


WorkflowContext.LastRunDateTime-Eigenschaft

Ruft die Coordinated Universal Time (UTC) Datum und Uhrzeit der letzten Änderung an die Workflowinstanz.

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

Syntax

'Declaration
Public ReadOnly Property LastRunDateTime As DateTime
    Get
'Usage
Dim instance As WorkflowContext
Dim value As DateTime

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

Eigenschaftswert

Typ: System.DateTime
Das UTC-Datum und die Uhrzeit der letzten Änderung an die Workflowinstanz.

Siehe auch

Referenz

WorkflowContext Klasse

WorkflowContext-Member

Microsoft.SharePoint.WorkflowActions-Namespace