REST.Backend.PushDevice.TCustomPushEvents.InstallationValue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property InstallationValue: TBackendEntityValue read GetInstallationValue;

C++

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

Eigenschaften

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


Beschreibung

Die Identität des Installationsobjekts.

Ist kein Gerät registriert, ist der Wert der Identität nil. Mit der Eigenschaft TBackendEntityValue.TryGetObjectID können Sie die Objekt-ID des Installationsobjekts ermitteln.

Siehe auch