Version

gntTaskLinkType Enumeration

Enumeration of the Types of links between two ProjectTasks.
Syntax
'Declaration
 
Public Enum gntTaskLinkType 
   Inherits System.Enum
public enum gntTaskLinkType : System.Enum 
__value public enum gntTaskLinkType : public System.Enum 
Members
MemberDescription
gntFinishToFinishThe ManualFinish of both tasks are linked
gntFinishToStartThe ManualFinish of first task is linked to the ManualStart of the second task
gntStartToFinishThe ManualStart of the first task is linked to the ManualFinish of the second task
gntStartToStartThe ManualStart's of both tasks are linked
Requirements

Target Platforms: Windows 7, 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