Task.WorkVariance property
Gets the difference between baseline work and currently scheduled work on a task, expressed as, for example, the number of person-hours or days.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property WorkVariance As String
Get
'Usage
Dim instance As Task
Dim value As String
value = instance.WorkVariance
[RemoteAttribute]
public string WorkVariance { get; }
Property value
Type: System.String
A value that represents the work variance time.
Remarks
Work Variance = Work - Baseline Work
To get the TimeSpan value for the work variance, use the WorkVarianceTimeSpan property.