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

声明
Public ReadOnly Property SortType As SortType
    Get
public SortType SortType { get; }
public:
property SortType SortType {
    SortType get ();
}
member SortType : SortType
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