ProjectWorkflowContext.SkipToStage property
Gets or sets a value that indicates whether the workflow will skip to a specific stage.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Property SkipToStage As Boolean
Get
Set
'Usage
Dim instance As ProjectWorkflowContext
Dim value As Boolean
value = instance.SkipToStage
instance.SkipToStage = value
public bool SkipToStage { get; set; }
Property value
Type: System.Boolean
True if the workflow will skip to another stage; otherwise, false.
Remarks
When SkipToStage is True, the StageUid field contains the GUID of the next stage.