REST.Client.TCustomRESTResponse.Content

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

Delphi

property Content: string read GetContent;

C++

__property System::UnicodeString Content = {read=GetContent};

プロパティ

種類 可視性 ソース ユニット
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTResponse


説明

応答内容を表す文字列が格納されています。

関連項目