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.1.0.1001)
Syntax
public Guid? TenantId {
	[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