WorkflowDataSet.WorkflowStatusRow.SUBMITTED_DATE Property
The DateTime value when the project was last submitted by the RunProjectWorkflow method.
Namespace: [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl
Syntax
'Declaration
Public Property SUBMITTED_DATE As DateTime
Get
Set
'Usage
Dim instance As WorkflowDataSet.WorkflowStatusRow
Dim value As DateTime
value = instance.SUBMITTED_DATE
instance.SUBMITTED_DATE = value
public DateTime SUBMITTED_DATE { get; set; }
Property Value
Type: System.DateTime
Remarks
When compared with the WORKFLOW_MOD_DATE, one can be determine if the project is currently being processed by the workflow, or if it is still being queued.
See Also
Reference
WorkflowDataSet.WorkflowStatusRow Class