Represents minimal information about a
Tenant.
Inheritance Hierarchy SystemObject Dundas.BI.AccountServices.MultiTenancyTenantInfo
Namespace:
Dundas.BI.AccountServices.MultiTenancy
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public sealed class TenantInfo
Public NotInheritable Class TenantInfo
public ref class TenantInfo sealed
[<SealedAttribute>]
type TenantInfo = class end
The TenantInfo type exposes the following members.
Properties
| Name | Description |
---|
| Id | Gets the ID of the tenant. |
| IsEnabled |
Gets a value indicating whether the tenant is enabled.
|
| Name | Gets the name of the tenant. |
TopSee Also