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: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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.