Share via


WorkflowInstance.LastUpdated property

Namespace:  Microsoft.SharePoint.Client.WorkflowServices
Assembly:  Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)

Syntax

'Declaration
Public ReadOnly Property LastUpdated As DateTime
    Get
'Usage
Dim instance As WorkflowInstance
Dim value As DateTime

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

Property value

Type: System.DateTime

See also

Reference

WorkflowInstance class

WorkflowInstance members

Microsoft.SharePoint.Client.WorkflowServices namespace