CustomAttributeInfoAllowTenantOverride Property |
Gets or sets a value indicating whether the value of the attribute can be overridden by a tenant administrator.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool AllowTenantOverride { get; set; }Public Property AllowTenantOverride As Boolean
Get
Set
public:
property bool AllowTenantOverride {
bool get ();
void set (bool value);
}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