Task.Successors property (Project)

Gets or sets a list of the identification numbers of a task's successors. Read/write String.

Syntax

expression. Successors

expression A variable that represents a Task object.

Remarks

If the successors of the specified task have identification numbers of 2 and 10, and the list separator character is the comma, the Successors property returns "2,10"

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.