Datasnap.DSClientRest.TDSRestLoginProperties.UserName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

UserName: string;

C++

System::UnicodeString UserName;


Description

Holds the name of the user that needs to log in.

The UserName field is a string that holds the name of the user that needs to log in.

See Also