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