REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TenantId

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property TenantId: string read GetTenantId write SetTenantId;

C++

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

Propriétés

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


Description

Identificateur de client (locataire) RAD Server.

TenantId permet d'accéder aux informations sur le client spécifique de votre application RAD Server.

Pour plus d'informations sur les clients, voir la rubrique Prise en charge multi-client de RAD Server.

Voir aussi