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 (25.3.0.1000)
SyntaxGuid 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