Share via


Task.WorkVarianceTimeSpan property

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

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

Task class

Task members

Microsoft.ProjectServer.Client namespace