'Declaration Public Enum SortableTaskField Inherits System.Enum
public enum SortableTaskField : System.Enum
Member | Description |
---|---|
Constraint | The Tasks collection is sorted by the value of the Constraint property. |
ConstraintDateTime | The Tasks collection is sorted by the value of the ConstraintDateTime property. |
Custom | The Tasks collection is sorted by the value of a custom TaskColumn. |
Deadline | The Tasks collection is sorted by the value of the Deadline property. |
Duration | The Tasks collection is sorted by the value of the Duration property. |
EndDateTime | The Tasks collection is sorted by the value of the EndDateTime property. |
Milestone | The Tasks collection is sorted by the value of the Milestone property. |
Name | The Tasks collection is sorted by the value of the Name property. |
Notes | The Tasks collection is sorted by the value of the Notes property. |
PercentComplete | The Tasks collection is sorted by the value of the PercentComplete property. |
StartDateTime | The Tasks collection is sorted by the value of the StartDateTime property. |
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