REST.Authenticator.Simple.TSimpleAuthenticator.Password

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

Delphi

property Password: string read FPassword write SetPassword;

C++

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

プロパティ

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


説明

パスワードの値。

関連項目