ProjectDataSet.ProjectResourceRow.RES_WORK_VAR property
Specifies the difference between the baseline work of this resource and the currently scheduled work.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.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