EMS.ResourceAPI.TEndpointRequest.Params

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Params: TParams read GetParams;

C++

__property TEndpointParams* Params = {read=GetParams};

Properties

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

Description

Parameters of the request extracted based on the parameter segments of the endpoint method that handles the request.

See Also