Task.BaselineDuration property
Gets 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 BaselineDuration As String
Get
'Usage
Dim instance As Task
Dim value As String
value = instance.BaselineDuration
[RemoteAttribute]
public string BaselineDuration { get; }
Property value
Type: System.String
The span of time that is planned to complete the task.
Remarks
To get the TimeSpan value for baseline duration, use the BaselineDurationTimeSpan property.