ChatHistoryQueryOptions.ResultLimit 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 the result limit, indicating the maximum number of message per chat room which should be returned by this query. The Persistent Chat server imposes a maximum limit on results of backchat queries. If the requested ResultLimit exceeds the server imposed limit, the server imposed limit prevails.
public:
property int ResultLimit { int get(); void set(int value); };
public int ResultLimit { get; set; }
member this.ResultLimit : int with get, set
Public Property ResultLimit As Integer
Property Value
The result limit.