Application.ImportCommitment Method
Project Developer Reference |
Imports the specified deliverable into a project.
Syntax
expression.ImportCommitment(CommitmentDate, CommitmentGuid)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
CommitmentDate | Optional | Variant | The commitment date of the deliverable. |
CommitmentGuid | Optional | Variant | The class identifier of the deliverable. |
Return Value
Boolean
Remarks
In this method, the term commitment is synonymous with the deliverable feature in Microsoft Office Project 2007.
See Also