Share via


Project.DeliverableLinkToTask Method

Project Developer Reference

Links a deliverable to a task.

Syntax

expression.DeliverableLinkToTask(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 to link.
TaskGuid Required String The GUID of the task to link.

Return Value
Boolean

See Also