ProjectDataSet.TaskRow.TASK_EVMETHOD Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The earned value method indicates which method to use when calculating earned value.
public:
property int TASK_EVMETHOD { int get(); void set(int value); };
public int TASK_EVMETHOD { get; set; }
member this.TASK_EVMETHOD : int with get, set
Public Property TASK_EVMETHOD As Integer
Property Value
A value of 1 indicates that the desired method is Physical % Complete. A value of a null reference (Nothing in Visual Basic) or any value other than 1 indicates that the desired method is % Complete.
Remarks
If TASK_EVMETHOD is 1, Project uses TASK_PHY_PCT_COMP instead of TASK_PCT_COMP to calculate budgeted cost of work performed (BCWP).