Share via


Task.StartVariance property

Gets the time that represents the difference between a baseline start date of the task and its currently scheduled start date.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property StartVariance As String
    Get
'Usage
Dim instance As Task
Dim value As String

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

Property value

Type: System.String
The time difference between the baseline and scheduled start dates.

Remarks

To get the TimeSpan value for the start variance, use the StartVarianceTimeSpan property.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace