ProjectDataSet.TaskRow.TASK_WORK_VAR Property

Task work variance is the difference between baseline work of a task and the currently scheduled work.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

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

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

WebSvcProject Namespace