CustomAttributeInfoDataAllowTenantOverride Property

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

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataMemberAttribute(EmitDefaultValue = false, Name = "allowTenantOverride")]
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