WorkflowDataSet.WorkflowStatusDataTable.SUBMITTED_DATE property
Defines the column for the SUBMITTED_DATE field.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property SUBMITTED_DATE As DataColumn
Get
'Usage
Dim instance As WorkflowDataSet.WorkflowStatusDataTable
Dim value As DataColumn
value = instance.SUBMITTED_DATE
public DataColumn SUBMITTED_DATE { get; }
Property value
Type: System.Data.DataColumn
A DataColumn object for the field.
Remarks
When compared with WORKFLOW_MOD_DATE, we can determine whether the project is currently being processed by the workflow, or if it is still being queued.
Unlike with most columns names, in the case of SUBMITTED_DATE, the column name is the same as the property name.
See also
Reference
WorkflowDataSet.WorkflowStatusDataTable class