Assignment.CostVarianceAtCompletion property
Gets the cost variance at completion (VAC) for the assignment.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property CostVarianceAtCompletion As Double
Get
'Usage
Dim instance As Assignment
Dim value As Double
value = instance.CostVarianceAtCompletion
[RemoteAttribute]
public double CostVarianceAtCompletion { get; }
Property value
Type: System.Double
The value of the VAC.
Remarks
VAC = (Budgeted at completion) – (Estimated at completion)
The budgeted at completion cost is the baseline cost.