EMS.Services.IEMSResourceResponseContent.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValue: TJSONValue;

C++

virtual System::Json::TJSONValue* __fastcall GetValue() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services IEMSResourceResponseContent

Description

Returns the response content as an instance of TJSONValue if the response content is a valid JSON value. It raises an exception otherwise.

See Also