Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.03 KB

Project.Project.DeliverableUpdate.md

File metadata and controls

39 lines (24 loc) · 1.03 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Project.DeliverableUpdate method (Project)
project-server
Project.Project.DeliverableUpdate
665e79a0-b3b4-e36e-6369-627e526f7db0
06/08/2017
medium

Project.DeliverableUpdate method (Project)

Updates the properties of a deliverable.

Syntax

expression. DeliverableUpdate( _DeliverableGuid_, _DeliverableName_, _DeliverableStartDate_, _DeliverableFinishDate_ )

expression A variable that represents a Project object.

Parameters

Name Required/Optional Data type Description
DeliverableGuid Required String GUID of the deliverable to update.
DeliverableName Required String Name of the deliverable.
DeliverableStartDate Required Variant Date when the deliverable starts.
DeliverableFinishDate Required Variant Date when the deliverable is finished.

Return value

Boolean

[!includeSupport and feedback]