REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ApplicationId

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ApplicationId: string read GetApplicationId write SetApplicationId;

C++

__property System::UnicodeString ApplicationId = {read=GetApplicationId, write=SetApplicationId};

Properties

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

Description

EMS Server application identifier

The RAD Server Engine (EMS Server) rejects any request from an EMS Client Application that does not match this ApplicationId.

See Also