Task.BaselineDurationTimeSpan property
Gets the total time interval for the original span of time that is planned to complete the task, established at the time of the project baseline.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property BaselineDurationTimeSpan As TimeSpan
Get
'Usage
Dim instance As Task
Dim value As TimeSpan
value = instance.BaselineDurationTimeSpan
[RemoteAttribute]
public TimeSpan BaselineDurationTimeSpan { get; }
Property value
Type: System.TimeSpan
The duration of the span of time that is planned to complete the task.