WorkflowDataSet.WorkflowStatusRow.STAGE_ORDER Property
Gets or sets the order of the stage.
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 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