Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.