The direction of the sort

C# | Visual Basic | Visual C++ |
public SortDirections SortDirection { get; set; }
Public Property SortDirection As SortDirections
public: property SortDirections SortDirection { SortDirections get (); void set (SortDirections value); }