SearchResultsBaseWebPart.GetWireSRBLinksCall Method
Returns the script that is used to modify the search results links for query logging.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Function GetWireSRBLinksCall As String
'Usage
Dim returnValue As String
returnValue = Me.GetWireSRBLinksCall()
protected string GetWireSRBLinksCall()
Return Value
Type: System.String
Returns String.
See Also
Reference
SearchResultsBaseWebPart Class