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
- 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.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace