SPWorkflowEventProperties.Created property

Gets the DateTime value for when the workflow was created.

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

Syntax

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

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

Property value

Type: System.DateTime

See also

Reference

SPWorkflowEventProperties class

SPWorkflowEventProperties members

Microsoft.SharePoint.Workflow namespace