ProjectDataSet.ProjectResourceRow.RES_WORK_VAR Property

Specifies the difference between baseline work of this resource and the currently scheduled work.

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

Syntax

'Declaration
Public Property RES_WORK_VAR As Double
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Double

value = instance.RES_WORK_VAR

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

Property Value

Type: System.Double

Remarks

Read-only. RES_ WORK_VAR is calculated as shown in the following formula.

RES_WORK_VAR = RES_WORK - RB_BASE_WORK.

See Also

Reference

ProjectDataSet.ProjectResourceRow Class

ProjectDataSet.ProjectResourceRow Members

WebSvcProject Namespace