ChatHistoryQueryOptions.SortOrderReversed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether the results should be returned starting with the most recent messages frirst.
public:
property bool SortOrderReversed { bool get(); void set(bool value); };
public bool SortOrderReversed { get; set; }
member this.SortOrderReversed : bool with get, set
Public Property SortOrderReversed As Boolean
Property Value
true if the sort order of results should be 'most recent first'; otherwise, false.