REST.Backend.PushDevice.TCustomPushEvents.InstallationValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InstallationValue: TBackendEntityValue read GetInstallationValue;

C++

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

Properties

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

Description

The identity of the installation object.

If no device is registered, the value of the identity is nil. Use the TBackendEntityValue.TryGetObjectID property to retrieve the object ID of the installation object.

See Also