IMultiTenancyServiceGetTenantAdministratorsGroupId Method |
Gets the ID of the tenant administrators group for the specified tenant.
Namespace: Dundas.BI.AccountServices.MultiTenancyAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxGuid GetTenantAdministratorsGroupId(
Guid tenantId
)
Function GetTenantAdministratorsGroupId (
tenantId As Guid
) As Guid
Guid GetTenantAdministratorsGroupId(
Guid tenantId
)
abstract GetTenantAdministratorsGroupId :
tenantId : Guid -> Guid Parameters
- tenantId Guid
- The ID of the tenant.
Return Value
Guid
The ID of the tenant administrators group for the specified tenant.
Exceptions
See Also