MembershipBaseObjectSingleTenantId Property

Gets or sets the ID of the single 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? SingleTenantId { get; }

Property Value

Type: NullableGuid
The ID of the tenant, or if the account/group is not associated with a tenant.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe instance represents an account and the account is associated with multiple tenants.
See Also