IMultiTenancyServiceGetTenantMembersGroupId Method |
Gets the ID of the tenant members group for the specified tenant.
Namespace:
Dundas.BI.AccountServices.MultiTenancy
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax Guid GetTenantMembersGroupId(
Guid tenantId
)
Function GetTenantMembersGroupId (
tenantId As Guid
) As Guid
Guid GetTenantMembersGroupId(
Guid tenantId
)
abstract GetTenantMembersGroupId :
tenantId : Guid -> Guid
Parameters
- tenantId
- Type: SystemGuid
The ID of the tenant.
Return Value
Type:
Guid
The ID of the tenant members group for the specified tenant.
Exceptions See Also