ChatHistoryResult.SearchResultsCount Property

Definition

Gets the total count of messages which matched the query. Due to server limits, the result may not contain all matching messages. If the result set was truncated, ExceededServerLimit will be true.

public:
 property int SearchResultsCount { int get(); };
public int SearchResultsCount { get; }
member this.SearchResultsCount : int
Public ReadOnly Property SearchResultsCount As Integer

Property Value

The search results count.

Applies to