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 (24.2.0.1000)
Syntax
public Uri? ExternalApplicationUriOverride { get; set; }

Property Value

Type: Uri
The override value, or if the default value from the application configuration should be used.
Remarks
If non-null, the value is guaranteed to end in a trailing slash.
See Also