Share via


Task.Predecessors Property

Project Developer Reference

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

Syntax

expression.Predecessors

expression   A variable that represents a Task object.

Remarks

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

See Also