Share via


QueryService.GetPortalSearchInfo method

NOTE: This API is now obsolete.

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

Syntax

'Declaration
<ObsoleteAttribute("This method is obsolete, use GetSearchMetadata instead.")> _
<WebMethodAttribute> _
Public Function GetPortalSearchInfo As String
'Usage
Dim instance As QueryService
Dim returnValue As String

returnValue = instance.GetPortalSearchInfo()
[ObsoleteAttribute("This method is obsolete, use GetSearchMetadata instead.")]
[WebMethodAttribute]
public string GetPortalSearchInfo()

Return value

Type: System.String

See also

Reference

QueryService class

QueryService members

Microsoft.Office.Server.Search.Query namespace