Datasnap.DSClientRest.TDSRestLoginProperties.Password

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

Password: string;

C++

System::UnicodeString Password;


Description

Holds the password for the user that needs to log in.

The Password field is a string that holds the password for the user that needs to log in.

See Also