Share via


SortField.Direction Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Property Direction As SortType
'Usage
Dim instance As SortField 
Dim value As SortType 

value = instance.Direction

instance.Direction = value
public SortType Direction { get; set; }
public:
property SortType Direction {
    SortType get ();
    void set (SortType value);
}
public function get Direction () : SortType 
public function set Direction (value : SortType)

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client.SortType

.NET Framework Security

See Also

Reference

SortField Class

SortField Members

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace