Share via


WorkflowDataSet.WorkflowStatusRow.MOD_DATE property

Gets or sets the DateTime value when the workflow is modified.

Namespace:  WebSvcWorkflow
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property MOD_DATE As DateTime
    Get
    Set
'Usage
Dim instance As WorkflowDataSet.WorkflowStatusRow
Dim value As DateTime

value = instance.MOD_DATE

instance.MOD_DATE = value
public DateTime MOD_DATE { get; set; }

Property value

Type: System.DateTime
The date and time that a workflow is modified.

Remarks

When compared with SUBMITTED_DATE, a logic can be determined if the project is currently being processed by the workflow or if it is still getting queued.

See also

Reference

WorkflowDataSet.WorkflowStatusRow class

WorkflowDataSet.WorkflowStatusRow members

WebSvcWorkflow namespace