ProjectResource.Finish property

Gets the date when the project resource is scheduled to complete work on all assigned tasks.

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

Syntax

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

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

Property value

Type: System.DateTime
The date that the project resource finishes the work.

See also

Reference

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace