Datasnap.DSClientRest.TDSCustomRestConnection.UserName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSCustomRestConnection

Delphi

property UserName: string read GetUserName write SetUserName;

C++

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

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