REST.Authenticator.Simple.TSimpleAuthenticator.Password

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Password: string read FPassword write SetPassword;

C++

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

Properties

Type Visibility Source Unit Parent
property published
REST.Authenticator.Simple.pas
REST.Authenticator.Simple.hpp
REST.Authenticator.Simple TSimpleAuthenticator

Description

Value for the password.

See Also