Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Cost Performance Index CPI is the ratio of BCWP (budgeted cost of work performed) to ACWP (actual cost of work performed).
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_CPI As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Double
value = instance.TASK_CPI
instance.TASK_CPI = value
public double TASK_CPI { get; set; }
Property value
Type: System.Double
Remarks
Read-only. TASK_CPI is a calculated value:
TASK_CPI = TASK_BCWP / TASK_ACWP