Assignment.CostVariance property

Gets the cost variance (CV), which is the difference between the baseline cost and the total cost of the assignment.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property CostVariance As Double
    Get
'Usage
Dim instance As Assignment
Dim value As Double

value = instance.CostVariance
[RemoteAttribute]
public double CostVariance { get; }

Property value

Type: System.Double
The value of the CV.

Remarks

Cost variance is the difference between the budgeted cost of work performed and the actual cost of work performed for the assignment, as in the following equation:

CV = BCWP - ACWP

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace