ProjectDataSet.TaskRow.TASK_CPI 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 Cost Performance Index (CPI) specifies the ratio of BCWP (budgeted cost of work performed) to ACWP (actual cost of work performed).
public:
property double TASK_CPI { double get(); void set(double value); };
public double TASK_CPI { get; set; }
member this.TASK_CPI : double with get, set
Public Property TASK_CPI As Double
Property Value
Remarks
Read-only. TASK_CPI is a calculated value:
TASK_CPI = TASK_BCWP / TASK_ACWP