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: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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