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; }
Public ReadOnly Property SingleTenantId As Guid?
Get
public:
property Nullable<Guid> SingleTenantId {
Nullable<Guid> get ();
}
member SingleTenantId : Nullable<Guid> with get
Property Value
Type:
NullableGuid
The ID of the tenant, or
if the account/group is not associated with a tenant.
Exceptions Exception | Condition |
---|
InvalidOperationException | The instance represents an account and the account is associated with multiple tenants. |
See Also