Share via


SetProjectStage.StageOrder property

Gets or sets the order of the stage in the workflow.

Namespace:  Microsoft.Office.Project.Server.Workflow
Assembly:  Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property StageOrder As UShort
    Get
    Set
'Usage
Dim instance As SetProjectStage
Dim value As UShort

value = instance.StageOrder

instance.StageOrder = value
[BrowsableAttribute(true)]
public ushort StageOrder { get; set; }

Property value

Type: System.UInt16
A number that represents the order of the stage.

Remarks

For example, if the StageOrder value is 2, the SetProjectStage activity sets the second stage in the workflow.

See also

Reference

SetProjectStage class

SetProjectStage members

Microsoft.Office.Project.Server.Workflow namespace

StageOrderProperty