API:REST.Backend.ServiceComponents.TBackendPush.Extras

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Extras: TCustomBackendPush.TExtrasCollection read FExtras write SetExtras;

C++

__property Extras;

Properties

Type Visibility Source Unit Parent
property published
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents TBackendPush

Description

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

REST.Backend.ServiceComponents.TBackendPush.Extras inherits from REST.Backend.ServiceComponents.TCustomBackendPush.Extras. All content below this line refers to REST.Backend.ServiceComponents.TCustomBackendPush.Extras.


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

See Also