Task.Resume property
Gets the date that the remaining part of the task is scheduled to resume after progress is entered.
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 Task
Dim value As DateTime
value = instance.Resume
[RemoteAttribute]
public DateTime Resume { get; }
Property value
Type: System.DateTime
The date that the task will resume.
Remarks
Examples of types of progress entered are % Complete, % Work Complete, Actual Work, Actual Duration, or Actual Start.