ProjectDataSet.ProjectResourceRow.RES_WORK_VAR Property
Specifies the difference between the baseline work of this resource and the currently scheduled work.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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