Share via


Task.UnlinkPredecessors Method

Project Developer Reference

Removes predecessors from a task.

Syntax

expression.UnlinkPredecessors(Tasks)

expression   A variable that represents a Task object.

Parameters

Name Required/Optional Data Type Description
Tasks Required Object The predecessor Task or Tasks specified with Tasks are removed from the task specified with expression.

Return Value
Nothing

See Also