Open main menu

RAD Studio API Documentation β

REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TenantId

Delphi

property TenantId: string read GetTenantId write SetTenantId;

C++

__property System::UnicodeString TenantId = {read=GetTenantId, write=SetTenantId};

Properties

Type Visibility Source Unit Parent
property public
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TCustomEMSConnectionInfo

Description

RAD Server tenant identifier.

You need TenantId to access the information about the particular tenant of your RAD Server application.

For more information about tenants, see the RAD Server Multi-Tenancy Support page.

See also