'Declaration Public Enum ProjectTaskConstraintType Inherits System.Enum
public enum ProjectTaskConstraintType : System.Enum
Member | Description |
---|---|
AsLateAsPossible | Indicates that the task should start as late as possible. This constraint does not utilize the ProjectTask.ConstraintDate. |
AsSoonAsPossible | Indicates that the task should start as soon as possible. This constraint does not utilize the ProjectTask.ConstraintDate. |
FinishNoEarlierThan | Indicates that the task must end no earlier than the ProjectTask.ConstraintDate. |
FinishNoLaterThan | Indicates that the task must end no later than the ProjectTask.ConstraintDate. |
MustFinishOn | Indicates that the task must end on the specified ProjectTask.ConstraintDate. |
MustStartOn | Indicates that the task must start on the specified ProjectTask.ConstraintDate. |
StartNoEarlierThan | Indicates that the task must start no earlier than the ProjectTask.ConstraintDate. |
StartNoLaterThan | Indicates that the task must start no later than the ProjectTask.ConstraintDate. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2