Share via


WorkflowInstance.InstanceCreated property

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

Syntax

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

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

Property value

Type: System.DateTime

See also

Reference

WorkflowInstance class

WorkflowInstance members

Microsoft.SharePoint.Client.WorkflowServices namespace