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
Remarks
For example, if the StageOrder value is 2, the SetProjectStage activity sets the second stage in the workflow.