Share via


Task.CostVariance property

Gets the difference between the baseline cost and the total cost for the task.

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 Task
Dim value As Double

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

Property value

Type: System.Double
The cost variance.

Remarks

CV = BCWP - ACWP

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace