Project.DefaultEarnedValueMethod Property
Project Developer Reference |
Returns or sets the default method for calculating earned value for a project. Can be one of the following PjEarnedValueMethod constants: pjPercentComplete or pjPhysicalPercentComplete. Read/write Long.
Syntax
expression.DefaultEarnedValueMethod
expression A variable that represents a Project object.
Return Value
PjEarnedValueMethod
See Also