Share via


StatusTaskCreationInformation.Finish property

Gets or sets the date when a task is scheduled to be completed.

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

Syntax

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

value = instance.Finish

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

Property value

Type: System.DateTime
The task finish date.

See also

Reference

StatusTaskCreationInformation class

StatusTaskCreationInformation members

Microsoft.ProjectServer.Client namespace