SortField.Direction Property

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

Syntax

'Declaration
Public Property Direction As SortType
public SortType Direction { get; set; }
public:
property SortType Direction {
    SortType get ();
    void set (SortType value);
}
member Direction : SortType with get, set
function get Direction () : SortType 
function set Direction (value : SortType)

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client.SortType
Returns SortType.

.NET Framework Security

See Also

Reference

SortField Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace