Gets or sets a value indicating whether the tenant is enabled.
Namespace: Dundas.BI.AccountServices.MultiTenancyAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool IsEnabled { get; set; }Public Property IsEnabled As Boolean
Get
Set
public:
property bool IsEnabled {
bool get ();
void set (bool value);
}member IsEnabled : bool with get, set
Property Value
Boolean
Remarks
If the tenant is disabled, no users from the associated tenant will be able to log on or perform
any session activity.
See Also