PublishedAssignment.ActualFinish property
Gets the date and time when the assignment is complete.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property ActualFinish As DateTime
Get
'Usage
Dim instance As PublishedAssignment
Dim value As DateTime
value = instance.ActualFinish
[RemoteAttribute]
public DateTime ActualFinish { get; }
Property value
Type: System.DateTime
The actual finish date and time.