ProjectDataSet.ProjectResourceRow.RES_VAC Property

Specifies the difference between the BAC (budgeted at completion) or baseline cost and EAC (estimated at completion) cost for this resource for all assignments.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

ProjectDataSet.ProjectResourceRow Members

WebSvcProject Namespace