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.ModelsAssembly: 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; }<DataMemberAttribute(EmitDefaultValue := false, Name := "allowTenantOverride")>
Public Property AllowTenantOverride As Boolean
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"allowTenantOverride")]
property bool AllowTenantOverride {
bool get ();
void set (bool value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "allowTenantOverride")>]
member AllowTenantOverride : bool with 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