Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the current stage or the next stage of the workflow.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Property StageUid As Guid
Get
Set
'Usage
Dim instance As ProjectWorkflowContext
Dim value As Guid
value = instance.StageUid
instance.StageUid = value
public Guid StageUid { get; set; }
Property value
Type: System.Guid
The GUID of the current stage or the next stage.
Remarks
When SkipToStage is True, StageUid specifies the next stage.