Assignment.Stop property
Gets the date and time when a resource stops work on the assignment.
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 Assignment
Dim value As DateTime
value = instance.Stop
[RemoteAttribute]
public DateTime Stop { get; }
Property value
Type: System.DateTime
The stop date.