PlanAssignmentCollection.Add method

Adds a new plan assignment to the collection of plan assignments.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function Add ( _
    parameters As PlanAssignmentCreationInformation _
) As PlanAssignment
'Usage
Dim instance As PlanAssignmentCollection
Dim parameters As PlanAssignmentCreationInformation
Dim returnValue As PlanAssignment

returnValue = instance.Add(parameters)
[RemoteAttribute]
public PlanAssignment Add(
    PlanAssignmentCreationInformation parameters
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.PlanAssignment
A plan assignment.

See also

Reference

PlanAssignmentCollection class

PlanAssignmentCollection members

Microsoft.ProjectServer.Client namespace