WorkflowAssociation.Created property

Gets a value that specifies the date and time at which this workflow association was created.

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

Syntax

'Declaration
Public ReadOnly Property Created As DateTime
    Get
'Usage
Dim instance As WorkflowAssociation
Dim value As DateTime

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

Property value

Type: System.DateTime
Returns a DateTime instance representing the date and time at which this workflow association was created.

See also

Reference

WorkflowAssociation class

WorkflowAssociation members

Microsoft.SharePoint.Client.Workflow namespace