Share via


Task.LatestStart property

Gets the latest date that the task can start without delaying the finish of the project.

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

Syntax

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

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

Property value

Type: System.DateTime
The latest date that the task can start.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace