Project.DeliverableCreate Method
Project Developer Reference |
Creates a Deliverable for a published project that has a project workspace.
Syntax
expression.DeliverableCreate(DeliverableName, DeliverableStartDate, DeliverableFinishDate, TaskGuid)
expression A variable that represents a Project object.
Parameters
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. |
Return Value
String
See Also