StatusTask.Resume property
Gets or sets the date that the remaining part of a task is scheduled to resume after you enter any progress.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property Resume As DateTime
Get
Set
'Usage
Dim instance As StatusTask
Dim value As DateTime
value = instance.Resume
instance.Resume = value
[RemoteAttribute]
public DateTime Resume { get; set; }
Property value
Type: System.DateTime
The date that a task will resume.