SortType Enumeration
This enumeration declares the sort order for the sorted list.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Enumeration SortType
'Usage
Dim instance As SortType
public enum SortType
public enum class SortType
public enum SortType
Members
Member name | Description | |
---|---|---|
Ascending | Ascending (0-9, A-Z) sort. | |
Descending | Descending (Z-A, 9-0) sort. |