System.Beacon.IBeacon.GUID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GUID: TGUID read GetGUID;

C++

__property GUID GUID = {read=GetGUID};

Properties

Type Visibility Source Unit Parent
property public
System.Beacon.pas
System.Beacon.hpp
System.Beacon IBeacon

Description

Warning: GUID is deprecated. Please use the proper interface for your beacon format.

The GUID property indicates the GUID of the beacon.

See Also