DraftAssignmentCollection.Add method
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
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)
public DraftAssignment Add(
AssignmentCreationInformation parameters
)
Parameters
- parameters
Type: Microsoft.ProjectServer.Client.AssignmentCreationInformation
Return value
Type: Microsoft.ProjectServer.Client.DraftAssignment
See also
Reference
DraftAssignmentCollection class