Assignment Object
Project Developer Reference |
Represents an assignment for a task or resource. The Assignment object is a member of the Assignments collection.
Using the Assignment Object
Use Assignments(Index), where Index is the assignment index number, to return a single Assignment object. The following example displays the name of the first resource assigned to the specified task.
|
Using the Assignments Collection
Use the Assignments property to return an Assignments collection. The following example displays all the resources assigned to the specified task.
|
Use the Add method to add an Assignment object to the Assignments collection. The following example adds a resource identified by the number 212 as a new assignment for the specified task.
|
See Also