System.Tether.Manager.TTetheringProfile.Identifier

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Identifier: string read FIdentifier;

C++

__property System::UnicodeString Identifier = {read=FIdentifier};

Properties

Type Visibility Source Unit Parent
property public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile

Description

Random string that uniquely identifies your profile.

Identifier is a random GUID generated by TGUID.NewGuid.ToString.

Note: Each time that you instantiate a profile, Identifier is assigned a random string.

See Also