Task.OutlineParent Property
Project Developer Reference |
Returns a Task object representing the parent of a task in the outline. Read-only Object.
Syntax
expression.OutlineParent
expression A variable that represents a Task object.
Example
The following example displays the names of all tasks at the same outline level as the selected task.
Visual Basic for Applications |
---|
|
See Also