StatusingDataSet.TasksRow.TASK_CONSTRAINT_DATE property
Indicates the date and time of the constraint for the specified task.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_CONSTRAINT_DATE As DateTime
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As DateTime
value = instance.TASK_CONSTRAINT_DATE
instance.TASK_CONSTRAINT_DATE = value
public DateTime TASK_CONSTRAINT_DATE { get; set; }
Property value
Type: System.DateTime
See also
Reference
StatusingDataSet.TasksRow class