Task.BaselineFinish property
Gets the planned task completion 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 BaselineFinish As DateTime
Get
'Usage
Dim instance As Task
Dim value As DateTime
value = instance.BaselineFinish
[RemoteAttribute]
public DateTime BaselineFinish { get; }
Property value
Type: System.DateTime
The planned completion date for the task.