LocationList.ReturnedResults property

Gets the number of search results returned for the query.

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

Syntax

'Declaration
Public ReadOnly Property ReturnedResults As Integer
    Get
'Usage
Dim instance As LocationList
Dim value As Integer

value = instance.ReturnedResults
public int ReturnedResults { get; }

Property value

Type: System.Int32
A 32-bit integer specifying the number of search results returned.

See also

Reference

LocationList class

LocationList members

Microsoft.Office.Server.Search.Query namespace