Assignment.CurrentCostVariance property

Gets the current cost variance (CV).

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

Syntax

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

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

Property value

Type: System.Double
The value of the current CV.

Remarks

The current earned value CV shows the difference between how much it should have cost and how much it has actually cost to achieve the current level of completion, up to the status date or today's date.

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace

CostVariance