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
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 Modified As DateTime
Get
'Usage
Dim instance As WorkflowAssociation
Dim value As DateTime
value = instance.Modified
[RemoteAttribute]
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.