Share via


Task.Stop property

Gets the date that represents the end of the actual portion of the task.

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

Syntax

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

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

Property value

Type: System.DateTime
The end date for the actual portion of the task.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace