Assignment.BaselineStart property
Gets the planned start date for an assignment, 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 BaselineStart As DateTime
Get
'Usage
Dim instance As Assignment
Dim value As DateTime
value = instance.BaselineStart
[RemoteAttribute]
public DateTime BaselineStart { get; }
Property value
Type: System.DateTime
The planned start date.