Project.DeliverableDependencyCreate Method

Project Developer Reference

Creates a Dependency on a Deliverable and links the Dependency to a Task in the project.

Syntax

expression.DeliverableDependencyCreate(DeliverableGuid, TaskGuid)

expression   A variable that represents a Project object.

Parameters

Name Required/Optional Data Type Description
DeliverableGuid Required String The GUID of the deliverable on which to create the dependency.
TaskGuid Required String The GUID of the task to link the dependency.

Return Value
Boolean

See Also