TenantDataExternalApplicationUriOverride Property |
Gets or sets an optional tenant-specific override value for the external application URI.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "externalApplicationUriOverride", EmitDefaultValue = false)]
public Uri? ExternalApplicationUriOverride { get; set; }
<DataMemberAttribute(Name := "externalApplicationUriOverride", EmitDefaultValue := false)>
Public Property ExternalApplicationUriOverride As Uri
Get
Set
public:
[DataMemberAttribute(Name = L"externalApplicationUriOverride", EmitDefaultValue = false)]
property Uri^ ExternalApplicationUriOverride {
Uri^ get ();
void set (Uri^ value);
}
[<DataMemberAttribute(Name = "externalApplicationUriOverride", EmitDefaultValue = false)>]
member ExternalApplicationUriOverride : Uri with get, set
Property Value
Type:
UriThe 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