Share via


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