IAccountServiceGetAccountsInTenant Method  | 
 Gets the IDs of all accounts in the specified tenant.
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxICollection<Guid> GetAccountsInTenant(
	Guid tenantId
)
Function GetAccountsInTenant ( 
	tenantId As Guid
) As ICollection(Of Guid)
ICollection<Guid>^ GetAccountsInTenant(
	Guid tenantId
)
abstract GetAccountsInTenant : 
        tenantId : Guid -> ICollection<Guid> 
Parameters
- tenantId
 - Type: SystemGuid
The ID of the tenant. 
Return Value
Type: 
ICollectionGuidA collection containing the IDs of all accounts in the specified tenant.
Exceptions
See Also