ProjectResource.WorkVariance property

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

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

Property value

Type: System.String
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

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace