PhaseCollection.Add method

Adds the workflow phase that is specified by the PhaseCreationInformation 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 PhaseCreationInformation _
) As Phase
'Usage
Dim instance As PhaseCollection
Dim parameters As PhaseCreationInformation
Dim returnValue As Phase

returnValue = instance.Add(parameters)
[RemoteAttribute]
public Phase Add(
    PhaseCreationInformation parameters
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.Phase
The workflow phase.

See also

Reference

PhaseCollection class

PhaseCollection members

Microsoft.ProjectServer.Client namespace