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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.