StatusingDataSet.TasksRow.TASK_STOP_DATE property
Indicates the stop date and time for the specified task.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_STOP_DATE As DateTime
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
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
See also
Reference
StatusingDataSet.TasksRow class