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
- 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