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; }
<DataMemberAttribute(Name := "activeTenantId", EmitDefaultValue := false)>
Public Property ActiveTenantId As Guid?
Get
Set
public:
[DataMemberAttribute(Name = L"activeTenantId", EmitDefaultValue = false)]
property Nullable<Guid> ActiveTenantId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
[<DataMemberAttribute(Name = "activeTenantId", EmitDefaultValue = false)>]
member ActiveTenantId : Nullable<Guid> with get, set
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