EMS.Services.IEMSResourceResponseContent.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
EMS.Services.pas
EMS.Services.hpp
Unit: EMS.Services
Parent: IEMSResourceResponseContent

Delphi

function GetValue: TJSONValue;

C++

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

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