Edit

Share via


ChatHistoryResult.ExceededServerLimit Property

Definition

Gets a value indicating whether the query results exceeded the server limit. If the limit was exceeded, an additional page of results may be obtained by setting the StartingMessageID to the MessageId of the last message found in this result set.

public:
 property bool ExceededServerLimit { bool get(); };
public bool ExceededServerLimit { get; }
member this.ExceededServerLimit : bool
Public ReadOnly Property ExceededServerLimit As Boolean

Property Value

true if the results exceeded the server limit; otherwise, false.

Applies to