title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Project.DeliverableCreate method (Project) |
project-server |
|
538f8143-0c0d-b9fa-9219-5405f4bd5046 |
06/08/2017 |
medium |
Creates a deliverable for a published project that has a project workspace.
expression. DeliverableCreate
( _DeliverableName_
, _DeliverableStartDate_
, _DeliverableFinishDate_
, _TaskGuid_
)
expression A variable that represents a Project object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
DeliverableName | Required | String | Name of the deliverable. |
DeliverableStartDate | Required | Variant | Start date for the deliverable. |
DeliverableFinishDate | Required | Variant | Finish date for the deliverable. |
TaskGuid | Required | String | GUID of the task to which to link the deliverable. |
String
[!includeSupport and feedback]