다음을 통해 공유


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

See also

Reference

Project class

Project members

Microsoft.ProjectServer.Client namespace