ProjectResource.ScheduleCostVariance property

Gets the scheduled cost variance for the project resource.

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

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

Property value

Type: System.Double
The scheduled cost variance.

Remarks

Cost variance is the difference between the baseline cost and the scheduled cost of the assignment.

See also

Reference

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace