SortType Enumeration
Describes the order by which a SortField is sorted.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Enumeration SortType
public enum SortType
public enum class SortType
type SortType
public enum SortType
Members
Member name | Description | |
---|---|---|
Ascending | The SortField will be sorted in ascending order. | |
Descending | The SortField will be sorted in descending order. |
Remarks
This enum is used as a parameter in SortFieldList.Add.