Datasnap.DSClientRest.TDSCustomRestConnection.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
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Description

Specifies the name of the user for the REST connection.

The UserName property specifies the name of the user for the DataSnap REST connection component. For example, UserName can be 'JohnDoe'.

See Also