Datasnap.DSClientRest.TDSCustomRestConnection.UserName

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

Delphi

property UserName: string read GetUserName write SetUserName;

C++

__property System::UnicodeString UserName = {read=GetUserName, write=SetUserName};

プロパティ

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


説明

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

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

関連項目