Share via


WorkflowDataSet.WorkflowStatusRow.STAGE_ORDER property

Gets or sets the order of the stage.

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

Syntax

'Declaration
Public Property STAGE_ORDER As Integer
    Get
    Set
'Usage
Dim instance As WorkflowDataSet.WorkflowStatusRow
Dim value As Integer

value = instance.STAGE_ORDER

instance.STAGE_ORDER = value
public int STAGE_ORDER { get; set; }

Property value

Type: System.Int32

See also

Reference

WorkflowDataSet.WorkflowStatusRow class

WorkflowDataSet.WorkflowStatusRow members

WebSvcWorkflow namespace