Gete/Sets the direction of the sorting

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