Share via


Task.ScheduledStart property

Gets the date when work on the task is scheduled to begin as it was calculated based on dependencies, constraints, calendars, and other scheduling factors.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property ScheduledStart As DateTime
    Get
'Usage
Dim instance As Task
Dim value As DateTime

value = instance.ScheduledStart
[RemoteAttribute]
public DateTime ScheduledStart { get; }

Property value

Type: System.DateTime
The date when work is scheduled to begin.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace