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.

See also

Reference

QueryInfo class

QueryInfo members

Microsoft.Office.Server.Search.Query namespace