Edit

Share via


ProjectDataSet.TaskRow.TASK_CONSTRAINT_DATE Property

Definition

Specifies the constrained start or finish date, depending on the value of TASK_CONSTRAINT_TYPE.

public:
 property DateTime TASK_CONSTRAINT_DATE { DateTime get(); void set(DateTime value); };
public DateTime TASK_CONSTRAINT_DATE { get; set; }
member this.TASK_CONSTRAINT_DATE : DateTime with get, set
Public Property TASK_CONSTRAINT_DATE As DateTime

Property Value

Remarks

If the TASK_CONSTRAINT_TYPE is set to AsLateAsPossible or AsSoonAsPossible, the value of this field is not considered.

Applies to