ChatHistoryResult.SearchResultsCount 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 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.