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; }
Public ReadOnly Property ActiveTenantId As Guid?
Get
public:
property Nullable<Guid> ActiveTenantId {
Nullable<Guid> get ();
}
member ActiveTenantId : Nullable<Guid> with get
Property Value
Type:
NullableGuidRemarks
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