Share via


QueryManager.GetResults Method (LocationList)

Returns the search results from the specified federated search locations.

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

Syntax

'Declaration
Public Function GetResults ( _
    locationList As LocationList _
) As XmlDocument
'Usage
Dim instance As QueryManager
Dim locationList As LocationList
Dim returnValue As XmlDocument

returnValue = instance.GetResults(locationList)
public XmlDocument GetResults(
    LocationList locationList
)

Parameters

Return Value

Type: System.Xml.XmlDocument
The search results returned from the federated search results locations.

See Also

Reference

QueryManager Class

QueryManager Members

GetResults Overload

Microsoft.Office.Server.Search.Query Namespace