WorkflowActivities.LeaveProjectStage method
Sets the project complete and leaves the current workflow stage.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Sub LeaveProjectStage ( _
projectId As Guid _
)
'Usage
Dim instance As WorkflowActivities
Dim projectId As Guid
instance.LeaveProjectStage(projectId)
[RemoteAttribute]
public void LeaveProjectStage(
Guid projectId
)
Parameters
projectId
Type: System.GuidThe GUID of the project.