RefinementManager.TotalResults property

Gets or sets the total number of Search results returned by the query.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property TotalResults As Integer
    Get
    Set
'Usage
Dim instance As RefinementManager
Dim value As Integer

value = instance.TotalResults

instance.TotalResults = value
public int TotalResults { get; set; }

Property value

Type: System.Int32
The total number of Search results returned by the query.

Remarks

This property has 0 as its default value.

See also

Reference

RefinementManager class

RefinementManager members

Microsoft.Office.Server.Search.WebControls namespace