Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the start date of the task as it was before resource leveling was performed.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property PreLevelingStart As DateTime
Get
'Usage
Dim instance As Task
Dim value As DateTime
value = instance.PreLevelingStart
[RemoteAttribute]
public DateTime PreLevelingStart { get; }
Property value
Type: System.DateTime
The start date of the task.