Task.BaselineStart property
Gets the planned task start date that was set at the time that the baseline was saved.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property BaselineStart As DateTime
Get
'Usage
Dim instance As Task
Dim value As DateTime
value = instance.BaselineStart
[RemoteAttribute]
public DateTime BaselineStart { get; }
Property value
Type: System.DateTime
The planned start date for the task.