TenantExternalApplicationUriOverride Property  | 
 
            Gets or sets an optional tenant-specific override value for the external application URI.
            
 
    Namespace: 
   Dundas.BI.AccountServices.MultiTenancy
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Uri? ExternalApplicationUriOverride { get; set; }Public Property ExternalApplicationUriOverride As Uri
	Get
	Set
public:
property Uri^ ExternalApplicationUriOverride {
	Uri^ get ();
	void set (Uri^ value);
}member ExternalApplicationUriOverride : Uri with get, set
Property Value
Type: 
UriThe override value, or 
 if the default value from the application configuration should be used.
RemarksIf non-null, the value is guaranteed to end in a trailing slash.
See Also