IMultiTenancyServiceGetTenantInfo(Guid) Method |
Gets minimal information about the tenant with the specified ID.
Namespace: Dundas.BI.AccountServices.MultiTenancyAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxTenantInfo GetTenantInfo(
Guid id
)
Function GetTenantInfo (
id As Guid
) As TenantInfo
TenantInfo^ GetTenantInfo(
Guid id
)
abstract GetTenantInfo :
id : Guid -> TenantInfo Parameters
- id Guid
- The ID of the tenant.
Return Value
TenantInfoThe tenant corresponding to the specified ID.
Exceptions
See Also