StageCollection.Add method

Adds the workflow stage that is specified by the StageCreationInformation object to the collection.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Function Add ( _
    parameters As StageCreationInformation _
) As Stage
'Usage
Dim instance As StageCollection
Dim parameters As StageCreationInformation
Dim returnValue As Stage

returnValue = instance.Add(parameters)
[RemoteAttribute]
public Stage Add(
    StageCreationInformation parameters
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.Stage
The workflow stage.

See also

Reference

StageCollection class

StageCollection members

Microsoft.ProjectServer.Client namespace