WorkflowDataSet.WorkflowStatusDataTable.WORKFLOW_MOD_DATE property
Contains the DateTime value when the engine modifies the workflow.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property WORKFLOW_MOD_DATE As DataColumn
Get
'Usage
Dim instance As WorkflowDataSet.WorkflowStatusDataTable
Dim value As DataColumn
value = instance.WORKFLOW_MOD_DATE
public DataColumn WORKFLOW_MOD_DATE { get; }
Property value
Type: System.Data.DataColumn
A date and time object.
Remarks
When compared with SUBMITTED_DATE, we can determine whether the project is currently being processed by the workflow, or if it is still being queued.
See also
Reference
WorkflowDataSet.WorkflowStatusDataTable class