Project.ID Property
Project Developer Reference |
Returns the identification number of a project. Read-only Long.
Syntax
expression.ID
expression A variable that represents a Project object.
Return Value
Long
Remarks
The ID property changes when a task or resource moves to a new location on the Task Sheet or Resource Sheet. Use the UniqueID property if you want a constant reference to a task or resource.
See Also