REST.Authenticator.Simple.TSimpleAuthenticator.Password

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Password: string read FPassword write SetPassword;

C++

__property System::UnicodeString Password = {read=FPassword, write=SetPassword};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
REST.Authenticator.Simple.pas
REST.Authenticator.Simple.hpp
REST.Authenticator.Simple TSimpleAuthenticator


Beschreibung

Wert für das Passwort.

Siehe auch