REST.Backend.EMSProvider.TEMSProvider.ApplicationId

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ApplicationId: string read GetApplicationId write SetApplicationId default 0;

C++

__property ApplicationId = {default=0};

Properties

Type Visibility Source Unit Parent
property published
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TEMSProvider

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