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.
Maps the specified external system to the display URL used by the search system.
Namespace: Microsoft.Office.Server.Search.Connector.BDC
Assembly: Microsoft.Office.Server.Search.Connector (in Microsoft.Office.Server.Search.Connector.dll)
Syntax
'Declaration
Function GetDisplayUri ( _
lobSystem As ILobSystem _
) As Uri
'Usage
Dim instance As INamingContainer
Dim lobSystem As ILobSystem
Dim returnValue As Uri
returnValue = instance.GetDisplayUri(lobSystem)
Uri GetDisplayUri(
ILobSystem lobSystem
)
Parameters
lobSystem
Type: Microsoft.BusinessData.MetadataModel.ILobSystemThe external system.
Return Value
Type: System.Uri
The URL displayed in the search results.