Share via


Task.LatestFinish property

Gets the latest date that the task can finish 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 LatestFinish As DateTime
    Get
'Usage
Dim instance As Task
Dim value As DateTime

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

Property value

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

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace