Version

ProjectTaskConstraintType Enumeration

Enumeration used to identify a type of constraint placed on an automatically scheduled ProjectTask.
Syntax
'Declaration
 
Public Enum ProjectTaskConstraintType 
   Inherits System.Enum
public enum ProjectTaskConstraintType : System.Enum 
Members
MemberDescription
AsLateAsPossibleIndicates that the task should start as late as possible. This constraint does not utilize the ProjectTask.ConstraintDate.
AsSoonAsPossibleIndicates that the task should start as soon as possible. This constraint does not utilize the ProjectTask.ConstraintDate.
FinishNoEarlierThanIndicates that the task must end no earlier than the ProjectTask.ConstraintDate.
FinishNoLaterThanIndicates that the task must end no later than the ProjectTask.ConstraintDate.
MustFinishOnIndicates that the task must end on the specified ProjectTask.ConstraintDate.
MustStartOnIndicates that the task must start on the specified ProjectTask.ConstraintDate.
StartNoEarlierThanIndicates that the task must start no earlier than the ProjectTask.ConstraintDate.
StartNoLaterThanIndicates that the task must start no later than the ProjectTask.ConstraintDate.
Requirements

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

See Also