Version

SortableTaskField Enumeration

Constants that specify the property of a Task on which sorting is based.
Syntax
'Declaration
 
Public Enum SortableTaskField 
   Inherits System.Enum
public enum SortableTaskField : System.Enum 
Members
MemberDescription
ConstraintThe Tasks collection is sorted by the value of the Constraint property.
ConstraintDateTimeThe Tasks collection is sorted by the value of the ConstraintDateTime property.
CustomThe Tasks collection is sorted by the value of a custom TaskColumn.
DeadlineThe Tasks collection is sorted by the value of the Deadline property.
DurationThe Tasks collection is sorted by the value of the Duration property.
EndDateTimeThe Tasks collection is sorted by the value of the EndDateTime property.
MilestoneThe Tasks collection is sorted by the value of the Milestone property.
NameThe Tasks collection is sorted by the value of the Name property.
NotesThe Tasks collection is sorted by the value of the Notes property.
PercentCompleteThe Tasks collection is sorted by the value of the PercentComplete property.
StartDateTimeThe Tasks collection is sorted by the value of the StartDateTime property.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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