WorkflowAssociation.Modified property

Gets a value that specifies the data and time at which this workflow association was last modified.

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

Syntax

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

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

Property value

Type: System.DateTime
Returns a DateTime instance representing the data and time at which this workflow association was last modified.

See also

Reference

WorkflowAssociation class

WorkflowAssociation members

Microsoft.SharePoint.Client.Workflow namespace