QueryManager.GetResults Method
Gets the Search results from the first LocationList in the query manager.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetResults As XmlDocument
'Usage
Dim instance As QueryManager
Dim returnValue As XmlDocument
returnValue = instance.GetResults()
public XmlDocument GetResults()
Return Value
Type: System.Xml.XmlDocument
The Search results.
Remarks
This method retrieves the Search results returned from the first federated Search location list that is not null in the current query manager.