REST.Authenticator.Simple.TSimpleAuthenticator.Username

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Username: string read FUsername write SetUsername;

C++

__property System::UnicodeString Username = {read=FUsername, write=SetUsername};

Properties

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

Description

Value for user name.

See Also