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:  ProjectServerWebServices (in ProjectServerWebServices.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.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

WebSvcProject Namespace