IWebLinkServiceExternalApplicationUri Property  | 
 Note: This API is now obsolete.
Gets the external application URI.
 
    Namespace: 
   Dundas.BI.Services
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[ObsoleteAttribute("Use GetExternalApplicationUri() method.")]
Uri ExternalApplicationUri { get; }<ObsoleteAttribute("Use GetExternalApplicationUri() method.")>
ReadOnly Property ExternalApplicationUri As Uri
	Get[ObsoleteAttribute(L"Use GetExternalApplicationUri() method.")]
property Uri^ ExternalApplicationUri {
	Uri^ get ();
}[<ObsoleteAttribute("Use GetExternalApplicationUri() method.")>]
abstract ExternalApplicationUri : Uri with get
Property Value
Type: 
UriThe external application URI.
See Also