ProjectDataSet.TaskRow.TASK_STOP_DATE Property
Task stop date represents the end of the actual portion of a task.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property TASK_STOP_DATE As DateTime
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As DateTime
value = instance.TASK_STOP_DATE
instance.TASK_STOP_DATE = value
public DateTime TASK_STOP_DATE { get; set; }
Property Value
Type: System.DateTime
Remarks
Read only.