Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the difference between the BAC (budgeted at completion) cost or baseline cost and the EAC (estimated at completion) cost of this resource on this task.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.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