TenantDataIsEnabled Property

Gets or sets a value indicating whether the tenant is enabled.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "isEnabled", EmitDefaultValue = true)]
public bool IsEnabled { get; set; }

Property Value

Type: 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