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)

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.

See also

Reference

SPWorkflow class

SPWorkflow members

Microsoft.SharePoint.Workflow namespace