CustomAttributeInfoAllowTenantOverride Property

Gets or sets a value indicating whether the value of the attribute can be overridden by a tenant administrator.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public bool AllowTenantOverride { get; set; }

Property Value

Boolean
Remarks
Note: this property only applies to global custom attributes (i.e., where TenantId is ). For tenant-associated custom attributes, the attribute value is always settable by a tenant administrator.
See Also