SPWorkflow.Modified Property
Gets the date and time of the last modification to the workflow instance.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property Modified As DateTime
Get
'Usage
Dim instance As SPWorkflow
Dim value As DateTime
value = instance.Modified
public DateTime Modified { get; }
Property Value
Type: System.DateTime
The date and time of the last modification.