ProjectDataSet.TaskRow.TASK_WORK_VAR Property
Task work variance is the difference between baseline work of the task and the currently scheduled work.
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_WORK_VAR As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Double
value = instance.TASK_WORK_VAR
instance.TASK_WORK_VAR = value
public double TASK_WORK_VAR { get; set; }
Property Value
Type: System.Double
Remarks
Read-only.
TASK_WORK_VAR = TASK_WORK - TB_WORK