REST.Backend.ServiceComponents.TCustomBackendPush.Extras

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Extras: TExtrasCollection read FExtras write SetExtras;

C++

__property TExtrasCollection* Extras = {read=FExtras, write=SetExtras};

Properties

Type Visibility Source Unit Parent
property public
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents TCustomBackendPush

Description

Specifies the custom data that is sent when using the Push method.

See Also