ProjectResource.WorkVarianceTimeSpan property

Gets the time interval for the difference between baseline work of a project resource and the currently scheduled work.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property WorkVarianceTimeSpan As TimeSpan
    Get
'Usage
Dim instance As ProjectResource
Dim value As TimeSpan

value = instance.WorkVarianceTimeSpan
[RemoteAttribute]
public TimeSpan WorkVarianceTimeSpan { get; }

Property value

Type: System.TimeSpan
The duration of the work variance.

Remarks

Work Variance = Work - Baseline Work

See also

Reference

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace