WorkflowAssociation.Created Property
Gets a value that specifies the date and time at which this workflow association was created.
Namespace: Microsoft.SharePoint.Client.Workflow
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Created As DateTime
Get
'Usage
Dim instance As WorkflowAssociation
Dim value As DateTime
value = instance.Created
[RemoteAttribute]
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.