REST.Backend.PushDevice.TCustomPushEvents.InstallationValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property InstallationValue: TBackendEntityValue read GetInstallationValue;

C++

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

Propriétés

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


Description

L'identité de l'objet d'installation.

Si aucun périphérique n'est enregistré, la valeur de l'identité est nil. Utilisez la propriété TBackendEntityValue.TryGetObjectID pour récupérer l'ID d'objet de l'objet d'installation.

Voir aussi