ProjectDataSet.TaskRow.TASK_SPI 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.
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.