WorkflowActivities.EnterProjectStage method
Attempts to enter the specified workflow stage for the project.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Sub EnterProjectStage ( _
projectId As Guid, _
stageId As Guid _
)
'Usage
Dim instance As WorkflowActivities
Dim projectId As Guid
Dim stageId As Guid
instance.EnterProjectStage(projectId, _
stageId)
[RemoteAttribute]
public void EnterProjectStage(
Guid projectId,
Guid stageId
)
Parameters
projectId
Type: System.GuidThe GUID of the project.
stageId
Type: System.GuidThe GUID of the workflow stage.
Remarks
The EnterProjectStage method internally calls the EnterProjectStage(Guid, Guid) method.