REST.Backend.PushDevice.TCustomPushEvents.InstallationValue

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

Delphi

property InstallationValue: TBackendEntityValue read GetInstallationValue;

C++

__property Rest::Backend::Metatypes::TBackendEntityValue InstallationValue = {read=GetInstallationValue};

プロパティ

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


説明

インストール オブジェクトの ID です。

デバイスが登録されていない場合、この ID の値は nil です。TBackendEntityValue.TryGetObjectID プロパティを使用して、インストール オブジェクトのオブジェクト ID を取得することができます。

関連項目