Task Object
Project Developer Reference |
Represents a task. The Task object is a member of the Tasks collection.
Using the Task Object
Use Tasks(Index), where Index is the task index number or task name, to return a single Task object. The following example prints the name of every resource assigned to every task in the active project.
|
Using the Tasks Collection
Use the Tasks property to return a Tasks collection. The following example displays the name of every task in the selection.
|
Use the Add method to add a Task object to the Tasks collection. The following example adds a new task to the end of the task list.
|
See Also