Edit

Share via


ProjectDataSet.TaskRow.TASK_SPI Property

Definition

Task schedule performance index is the ratio of the budgeted cost of work performed to the budgeted cost of work scheduled.

public:
 property double TASK_SPI { double get(); void set(double value); };
public double TASK_SPI { get; set; }
member this.TASK_SPI : double with get, set
Public Property TASK_SPI As Double

Property Value

Remarks

Read-only. (TASK_BCWP/ TASK_BCWS). TASK_SPI is often used to estimate the project completion date.

Applies to