ProjectDataSet.AssignmentRow.ASSN_VAC Property

Specifies the difference between the BAC (budgeted at completion) or baseline cost and EAC (estimated at completion) cost of this resource on this task.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property ASSN_VAC As Double
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double

value = instance.ASSN_VAC

instance.ASSN_VAC = value
public double ASSN_VAC { get; set; }

Property Value

Type: System.Double

Remarks

Read-only. ASSN_VAC is calculated as shown in the following formula.

ASSN_VAC = AB_COST - ASSN_COST

See Also

Reference

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

WebSvcProject Namespace