WorkflowDataSet.WorkflowStatusRow.STAGE_STATUS property
Gets or sets the status of the stage.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property STAGE_STATUS As Integer
Get
Set
'Usage
Dim instance As WorkflowDataSet.WorkflowStatusRow
Dim value As Integer
value = instance.STAGE_STATUS
instance.STAGE_STATUS = value
public int STAGE_STATUS { get; set; }
Property value
Type: System.Int32
A number that represents the status of a workflow stage.
See also
Reference
WorkflowDataSet.WorkflowStatusRow class