Datasnap.DSClientRest.TDSRestConnection.UserName

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

Delphi

property UserName: string read GetUserName write SetUserName default 0;

C++

__property UserName = {default=0};

プロパティ

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

説明

REST 接続のユーザーの名前を示します。

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

REST 接続のユーザーの名前を示します。

UserName プロパティは、DataSnap REST 接続コンポーネントのユーザーの名前を示します。 たとえば、UserName には 'JohnDoe' などが設定されます。

関連項目