Project.EnterProjectStage method
Switches the project to the specified stage in a Project Server workflow.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Sub EnterProjectStage ( _
stage As Stage _
)
'Usage
Dim instance As Project
Dim stage As Stage
instance.EnterProjectStage(stage)
[RemoteAttribute]
public void EnterProjectStage(
Stage stage
)
Parameters
stage
Type: Microsoft.ProjectServer.Client.StageThe workflow stage.