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
<WebMethodAttribute> _
<ObsoleteAttribute("This method is obsolete, use GetSearchMetadata instead.")> _
Public Function GetPortalSearchInfo As String
'Usage
Dim instance As QueryService
Dim returnValue As String
returnValue = instance.GetPortalSearchInfo()
[WebMethodAttribute]
[ObsoleteAttribute("This method is obsolete, use GetSearchMetadata instead.")]
public string GetPortalSearchInfo()
Return Value
Type: System.String