Edit

Share via


ChatHistoryQueryOptions.SortOrderReversed Property

Definition

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.

Applies to