EMS.ResourceAPI.TEndpointResponse.Body

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
Unit: EMS.ResourceAPI
Parent: TEndpointResponse

Delphi

property Body: TBody read GetBody;

C++

__property TEndpointResponseBody* Body = {read=GetBody};

Description

Body of the response.

See Also