Datasnap.DSClientRest.TDSRestConnection.UserName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UserName: string read GetUserName write SetUserName default 0;

C++

__property UserName = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

Description

Specifies the name of the user for the REST connection.

Datasnap.DSClientRest.TDSRestConnection.UserName inherits from Datasnap.DSClientRest.TDSCustomRestConnection.UserName. All content below this line refers to Datasnap.DSClientRest.TDSCustomRestConnection.UserName.

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