LogOnParametersTenantId Property |
Gets or sets the ID of the tenant to use for the logon session.
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? TenantId { get; set; }
Public Property TenantId As Guid?
Get
Set
public:
property Nullable<Guid> TenantId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member TenantId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidRemarks
If left empty and the user isn't a global account, the system will attempt to select the tenant most
recently used by the account. If the account hasn't yet logged on with a tenant, or no longer belongs to the most recently used tenant,
the alphabetically first tenant to which the user belongs will be selected.
See Also