MembershipBaseObjectTenantId Property |
Gets or sets the ID of the tenant associated with the account/group.
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 {
[ObsoleteAttribute("Use the TenantIds collection or the SingleTenantId property")]
get;
set; }
Public Property TenantId As Guid?
<ObsoleteAttribute("Use the TenantIds collection or the SingleTenantId property")>
Get
Set
public:
property Nullable<Guid> TenantId {
[ObsoleteAttribute(L"Use the TenantIds collection or the SingleTenantId property")]
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member TenantId : Nullable<Guid> with
[<ObsoleteAttribute("Use the TenantIds collection or the SingleTenantId property")>]
get, set
Property Value
Type:
NullableGuid
The ID of the tenant, or
if the account/group is not associated with a tenant.
Remarks
This property can only be set when the account/group is first created.
For accounts, once the account has been created, this property represents the ID of the last tenant used by the account.
See Also