QueryInfo.TotalResults Property
Gets or sets the total number of results that match the conditions given in the Search query.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property TotalResults As Long
Get
Set
'Usage
Dim instance As QueryInfo
Dim value As Long
value = instance.TotalResults
instance.TotalResults = value
[DataMemberAttribute]
public long TotalResults { get; set; }
Property Value
Type: System.Int64
The total number of results that match the conditions given in the Search query.