ProjectDataSet.ProjectResourceRow.RES_VAC Property
Specifies the difference between the BAC (budgeted at completion) or baseline cost and the EAC (estimated at completion) cost for this resource for all assignments.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Property RES_VAC As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Double
value = instance.RES_VAC
instance.RES_VAC = value
public double RES_VAC { get; set; }
Property Value
Type: System.Double
Remarks
Read-only. RES_VAC is calculated as shown in the following formula.
RES_VAC = RB_BASE_COST - RES_COST.
This value includes the cost of actual work plus any per-use costs for the resource to date.
See Also
Reference
ProjectDataSet.ProjectResourceRow Class