ProjectDataSet.TaskRow.TASK_SV Property
Contains the cost difference between the current progress and the baseline plan of the task.
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_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.