Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 834 Bytes

Project.Project.DeliverableLinkToTask.md

File metadata and controls

37 lines (22 loc) · 834 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Project.DeliverableLinkToTask method (Project)
project-server
Project.Project.DeliverableLinkToTask
b3cfea3d-dc49-52a7-2e10-3d1f12cefbc1
06/08/2017
medium

Project.DeliverableLinkToTask method (Project)

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

[!includeSupport and feedback]