REST.Client.TCustomRESTResponse.Content
Delphi
property Content: string read GetContent;
C++
__property System::UnicodeString Content = {read=GetContent};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| property | public | REST.Client.pas REST.Client.hpp  | 
        REST.Client | TCustomRESTResponse | 
説明
応答内容を表す文字列が格納されています。