ProjectDataSet.TaskRow.TASK_SPI property
Task schedule performance index is the ratio of the budgeted cost of work performed to the budgeted cost of work scheduled.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_SPI As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Double
value = instance.TASK_SPI
instance.TASK_SPI = value
public double TASK_SPI { get; set; }
Property value
Type: System.Double
Remarks
Read-only. (TASK_BCWP/ TASK_BCWS). TASK_SPI is often used to estimate the project completion date.