REST.Backend.PushDevice.TCustomPushEvents.DeviceProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DeviceProperties: TJSONObject read FDeviceProperties write SetDeviceProperties;

C++

__property System::Json::TJSONObject* DeviceProperties = {read=FDeviceProperties, write=SetDeviceProperties};

Properties

Type Visibility Source Unit Parent
property public
REST.Backend.PushDevice.pas
REST.Backend.PushDevice.hpp
REST.Backend.PushDevice TCustomPushEvents

Description

The properties that are written to the installation object when a device is registered.

See Also