IWebLinkServiceGetExternalApplicationUri Method  | 
 
            Gets the external application URI corresponding to the specified tenant.
            
 
    Namespace: 
   Dundas.BI.Services
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxUri GetExternalApplicationUri(
	Guid? tenantId
)
Function GetExternalApplicationUri ( 
	tenantId As Guid?
) As Uri
Uri^ GetExternalApplicationUri(
	Nullable<Guid> tenantId
)
abstract GetExternalApplicationUri : 
        tenantId : Nullable<Guid> -> Uri 
Parameters
- tenantId
 - Type: SystemNullableGuid
The ID of the tenant, or  to use the default value. 
Return Value
Type: 
UriThe external application URI corresponding to the specified tenant.
See Also