REST.Backend.PushDevice.TCustomPushEvents.DeviceProperties

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DeviceProperties: TJSONObject read FDeviceProperties write SetDeviceProperties;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
REST.Backend.PushDevice.pas
REST.Backend.PushDevice.hpp
REST.Backend.PushDevice TCustomPushEvents


Beschreibung

Die Eigenschaften, die in das Installationsobjekt bei der Registrierung eines Gerätes geschrieben werden.

Siehe auch