title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Project.DeliverableUpdate method (Project) |
project-server |
|
665e79a0-b3b4-e36e-6369-627e526f7db0 |
06/08/2017 |
medium |
Updates the properties of a deliverable.
expression. DeliverableUpdate
( _DeliverableGuid_
, _DeliverableName_
, _DeliverableStartDate_
, _DeliverableFinishDate_
)
expression A variable that represents a Project object.
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. |
Boolean
[!includeSupport and feedback]