TenantInfo Class

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 (26.2.0.1000)
Syntax
public sealed class TenantInfo

The TenantInfo type exposes the following members.

Properties
 NameDescription
Public propertyIdGets the ID of the tenant.
Public propertyIsEnabled Gets a value indicating whether the tenant is enabled.
Public propertyNameGets the name of the tenant.
Top
See Also