Project.DeliverableDelete Method
Project Developer Reference |
Deletes the Deliverable.
Syntax
expression.DeliverableDelete(DeliverableGuid)
expression A variable that represents a Project object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
DeliverableGuid | Required | String | The GUID of the deliverable to delete. |
Return Value
Boolean
See Also