Assignment.WorkVariance property

Gets 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 WorkVariance As String
    Get
'Usage
Dim instance As Assignment
Dim value As String

value = instance.WorkVariance
[RemoteAttribute]
public string WorkVariance { get; }

Property value

Type: System.String
The value of the work variance.

Remarks

Work Variance = Work - Baseline Work

To get the TimeSpan value for the work variance, use the WorkVarianceTimeSpan property.

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace