ProjectDataSet.TaskRow.TASK_STOP_DATE property
Represents the end of the actual portion of the task.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.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.