Datasnap.DSClientRest.TDSCustomRestConnection.Password

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

Delphi

property Password: string read GetPassword write SetPassword;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection


説明

REST 接続のための、指定されたユーザー名に対するパスワードを示します。

Password プロパティは、DataSnap REST 接続コンポーネントのための、指定されたユーザー名前に対するパスワードを示します。

関連項目