SortField.SortType Property

Gets the order by which this field is sorted.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public ReadOnly Property SortType As SortType
public SortType SortType { get; }
public:
property SortType SortType {
    SortType get ();
}
member SortType : SortType with get
function get SortType () : SortType

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client.SortType
The order by which this field is sorted.

.NET Framework Security

See Also

Reference

SortField Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace