Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the date that the remaining portion of a task is scheduled to resume, after progress is entered.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_RESUME_DATE As DateTime
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As DateTime
value = instance.TASK_RESUME_DATE
instance.TASK_RESUME_DATE = value
public DateTime TASK_RESUME_DATE { get; set; }
Property value
Type: System.DateTime
See also
Reference
StatusingDataSet.TasksRow class