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.
Retrieves the search results from the federated location.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetResults ( _
qdra As QueryManager _
) As XmlDocument
'Usage
Dim instance As Location
Dim qdra As QueryManager
Dim returnValue As XmlDocument
returnValue = instance.GetResults(qdra)
public XmlDocument GetResults(
QueryManager qdra
)
Parameters
qdra
Type: Microsoft.Office.Server.Search.Query.QueryManagerThe query manager for the search query.
Return Value
Type: System.Xml.XmlDocument
The search results.