WorkflowTask.CreatedDate Property

Gets the date that a workflow task was created. Read-only.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property CreatedDate As DateTime
    Get
'Usage
Dim instance As WorkflowTask
Dim value As DateTime

value = instance.CreatedDate
DateTime CreatedDate { get; }

Property Value

Type: System.DateTime
DateTime

See Also

Reference

WorkflowTask Interface

WorkflowTask Members

Microsoft.Office.Core Namespace