AccountDataActiveTenantId Property

Gets the active tenant ID for the account.

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 = "activeTenantId", EmitDefaultValue = false)]
public Guid? ActiveTenantId { get; set; }

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