REST.Backend.EMSProvider.TCustomEMSConnectionInfo.UserName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UserName: string read GetUserName write SetUserName;

C++

__property System::UnicodeString UserName = {read=GetUserName, write=SetUserName};

Properties

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

Description

User name value of a registered EMS User.

Use the UserName to access the EMS database data in the RAD Server Engine (EMS Server).

See Also