REST.Backend.PushDevice.TCustomPushEvents.DeviceProperties

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property DeviceProperties: TJSONObject read FDeviceProperties write SetDeviceProperties;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
REST.Backend.PushDevice.pas
REST.Backend.PushDevice.hpp
REST.Backend.PushDevice TCustomPushEvents


説明

デバイスの登録時にインストール オブジェクトに書き込まれるプロパティです。

関連項目