REST.Backend.EMSProvider.TCustomEMSConnectionInfo.Password

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Password: string read GetPassword write SetPassword;

C++

__property System::UnicodeString Password = {read=GetPassword, write=SetPassword};

Properties

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

Description

Password value of a registered EMS User.

Use the UserName and its password values to access the EMS database data in the RAD Server Engine (EMS Server).

See Also