SPWorkflow.Created Property (Microsoft.SharePoint.Workflow)
Returns the date and time at which the workflow instance was created.

Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public ReadOnly Property Created As DateTime
Visual Basic (Usage)
Dim instance As SPWorkflow
Dim value As DateTime

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

Property Value

A DateTime object that represents when the workflow instance was created.
See Also

Tags :


Page view tracker