REST.Authenticator.Simple.TSimpleAuthenticator.Username

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Username: string read FUsername write SetUsername;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
REST.Authenticator.Simple.pas
REST.Authenticator.Simple.hpp
REST.Authenticator.Simple TSimpleAuthenticator


説明

ユーザー名の値。

関連項目