ProjectDataSet.TaskRow.TASK_WORK_VAR property

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

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.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