Open this page in the API Guide

Account.ActiveTenantId 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 (25.1.0.1000)
Syntax
public Guid? ActiveTenantId { get; }

Property Value

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