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