ProjectDataSet.TaskRow.TASK_SV property

The cost difference between the current progress and the baseline plan of a task.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property TASK_SV As Double
    Get
    Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Double

value = instance.TASK_SV

instance.TASK_SV = value
public double TASK_SV { get; set; }

Property value

Type: System.Double

Remarks

Read-only.

See also

Reference

ProjectDataSet.TaskRow class

ProjectDataSet.TaskRow members

WebSvcStatusing namespace