Task.DurationVariance property
Gets the difference between the baseline duration of the task and the total duration, or current estimated duration, of the task.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property DurationVariance As String
Get
'Usage
Dim instance As Task
Dim value As String
value = instance.DurationVariance
[RemoteAttribute]
public string DurationVariance { get; }
Property value
Type: System.String
An amount of time.
Remarks
To get the TimeSpan value for duration variance, use the DurationVarianceTimeSpan property.