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.
Task to complete performance index is the ratio of remaining available budget to remaining scheduled cost as of the status date.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_TCPI As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Double
value = instance.TASK_TCPI
instance.TASK_TCPI = value
public double TASK_TCPI { get; set; }
Property value
Type: System.Double
Remarks
Read-only.
TASK_TCPI = (TB_COST - TASK_BCWP) / (TB_COST - TASK_ACWP)