public bool Descending { get; set; }
Public Property Descending As Boolean Get Set
public: property bool Descending { bool get (); void set (bool value); }
member Descending : bool with get, set
In This Article