Version

AllowDragSummaryTask Enumeration

Enumeration used to identify whether a summary task may be dragged.
Syntax
'Declaration
 
Public Enum AllowDragSummaryTask 
   Inherits System.Enum
public enum AllowDragSummaryTask : System.Enum 
Members
MemberDescription
AlwaysThe summary task may always be moved. When an automatic summary task is moved it will be changed to a manual task.
ManualOnlyA summary may be moved if it's ProjectTask.IsManual is true.
NeverSummary tasks may not be moved.
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