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 instance 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 ( _
lobSystemInstance As ILobSystemInstance _
) As Uri
'Usage
Dim instance As INamingContainer
Dim lobSystemInstance As ILobSystemInstance
Dim returnValue As Uri
returnValue = instance.GetDisplayUri(lobSystemInstance)
Uri GetDisplayUri(
ILobSystemInstance lobSystemInstance
)
Parameters
lobSystemInstance
Type: Microsoft.BusinessData.MetadataModel.ILobSystemInstanceThe external system instance.
Return Value
Type: System.Uri
The URL displayed in the search results.