API:Datasnap.DSClientRest.TDSRestConnection.Password

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

Delphi

property Password: string read GetPassword write SetPassword default 0;

C++

__property Password = {default=0};

プロパティ

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

説明

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

Datasnap.DSClientRest.TDSRestConnection.Password は Datasnap.DSClientRest.TDSCustomRestConnection.Password を継承しています。以下の内容はすべて Datasnap.DSClientRest.TDSCustomRestConnection.Password を参照しています。

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

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

関連項目