EMS.ResourceAPI.TEndpointResponse.Body

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Body: TBody read GetBody;

C++

__property TEndpointResponseBody* Body = {read=GetBody};

Properties

Type Visibility Source Unit Parent
property public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEndpointResponse

Description

Body of the response.

See Also