Assignment.WorkVarianceTimeSpan property

Gets the time interval for the difference between baseline work and currently scheduled work on the assignment.

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 Assignment
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

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace