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