Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 957 Bytes

Project.Project.DeliverableDependencyCreate.md

File metadata and controls

37 lines (22 loc) · 957 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Project.DeliverableDependencyCreate method (Project)
project-server
Project.Project.DeliverableDependencyCreate
31ce58fe-3a6a-6151-ebce-b2458728f384
06/08/2017
medium

Project.DeliverableDependencyCreate method (Project)

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

[!includeSupport and feedback]