LobUri.SourceUri property
Gets the content item URL being mapped.
Namespace: Microsoft.Office.Server.Search.Connector.BDC
Assembly: Microsoft.Office.Server.Search.Connector (in Microsoft.Office.Server.Search.Connector.dll)
Syntax
'Declaration
Public MustOverride Property SourceUri As Uri
Get
Set
'Usage
Dim instance As LobUri
Dim value As Uri
value = instance.SourceUri
instance.SourceUri = value
public abstract Uri SourceUri { get; set; }
Property value
Type: System.Uri
The content item URL.