Assignment.Resume property
Gets the date and time when a resource resumes work on the assignment.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Resume As DateTime
Get
'Usage
Dim instance As Assignment
Dim value As DateTime
value = instance.Resume
[RemoteAttribute]
public DateTime Resume { get; }
Property value
Type: System.DateTime
The date when the resource resumes work.