Share via


DraftAssignmentCollection.Add method

Adds the draft assignment that is specified by the AssignmentCreationInformation 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 AssignmentCreationInformation _
) As DraftAssignment
'Usage
Dim instance As DraftAssignmentCollection
Dim parameters As AssignmentCreationInformation
Dim returnValue As DraftAssignment

returnValue = instance.Add(parameters)
[RemoteAttribute]
public DraftAssignment Add(
    AssignmentCreationInformation parameters
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.DraftAssignment
The draft assignment.

See also

Reference

DraftAssignmentCollection class

DraftAssignmentCollection members

Microsoft.ProjectServer.Client namespace