API:Datasnap.DSClientRest.TDSRestConnection.UserName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property UserName;

C++

__property UserName = {default=0};

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