Share via


Project.DeliverableUpdate Method

Project Developer Reference

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 deliberable 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

See Also