ProjectDataSet.TaskRow::TASK_CONSTRAINT_TYPE property
Office 2013 and later
Indicates the type of scheduling constraint to use, with a short integer of Task.ConstraintType.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
You must cast Task.ConstraintType to a short when assigning a value to this field.
Some values require a valid date in TASK_CONSTRAINT_DATE as indicated in the following table.
Short Value | Abbreviation | Description | TASK_CONSTRAINT_DATE required |
|---|---|---|---|
0 | ASAP | As soon as possible | No |
1 | ALAP | As late as possible | No |
2 | MSO | Must start on | Yes |
3 | MFO | Must finish on | Yes |
4 | SNET | Start no earlier than | Yes |
5 | SNLT | Start no later than | Yes |
6 | FNET | Finish no earlier than | Yes |
7 | FNLT | Finish no later than | Yes |
Show: