Share via


Task.CostVarianceAtCompletion property

Gets the difference between the baseline cost and the total cost at the completion of the task.

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

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

Property value

Type: System.Double
The cost variance at the completion of the task.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace