System.Tether.AppProfile.TConnectedProfilePair

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::Generics::Collections::TPair__2<System::UnicodeString,System::UnicodeString> TConnectedProfilePair;

Properties

Type Visibility Source Unit Parent
typedef public System.Tether.AppProfile.hpp System.Tether.AppProfile System.Tether.AppProfile

Description

Collection of key-value pairs.

TTetheringAppProfile uses TConnectedProfilePair internally to keep a list of connected remote profiles. On each item, the key contains the ID of a remote profile, and the value contains the ID of the remote manager that the remote profile uses.

See Also