AccountActiveTenantId Property

Gets the active tenant ID for the account.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public Guid? ActiveTenantId { get; }

Property Value

Type: NullableGuid
Remarks
This is the ID of either the tenant last-used by the account, the alphabetically-first tenant associated with the account, or if the account isn't associated with any tenants.
See Also