REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TenantId

From RAD Studio API Documentation
Jump to: navigation, search

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