IAccountsProvider3IsAccountInTenant Method |
Namespace: Dundas.BI.AccountServices.ExtensibilityAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxbool IsAccountInTenant(
Guid accountId,
Guid tenantId
)
Function IsAccountInTenant (
accountId As Guid,
tenantId As Guid
) As Boolean
bool IsAccountInTenant(
Guid accountId,
Guid tenantId
)
abstract IsAccountInTenant :
accountId : Guid *
tenantId : Guid -> bool Parameters
- accountId Guid
- The ID of the account.
- tenantId Guid
- The ID of the tenant.
Return Value
Boolean if the account is associated with the tenant; otherwise,
.
See Also