WorkflowActivities.EnterProjectStage method
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
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)
public void EnterProjectStage(
Guid projectId,
Guid stageId
)
Parameters
- projectId
Type: System.Guid
- stageId
Type: System.Guid