Edit

Share via


ProjectDataSet.TaskRow.TASK_CPI Property

Definition

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

Applies to