Share via


WorkflowDataSet.WorkflowStatusRow.STAGE_COMPLETION_DATE property

Gets or sets the date when the stage was completed.

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

Syntax

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

value = instance.STAGE_COMPLETION_DATE

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

Property value

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

See also

Reference

WorkflowDataSet.WorkflowStatusRow class

WorkflowDataSet.WorkflowStatusRow members

WebSvcWorkflow namespace