Share via


Task.ScheduleCostVariance property

Gets the difference in cost terms between the current progress and the baseline planned progress for a resource on the task.

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

Syntax

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

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

Property value

Type: System.Double
The difference in cost terms.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace