EMS.ResourceAPI.TEndpointRequestBody.GetValue

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

Delphi

function GetValue: TJSONValue;

C++

System::Json::TJSONValue* __fastcall GetValue(void);

プロパティ

種類 可視性 ソース ユニット
function public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEndpointRequestBody


Description

Returns the body as an instance of TJSONValue or raises an exception.

If GetValue cannot return the body, it raises an EEMSEndpointError exception with the following message:

Body does not contain TJSONValue

See Also