PlatformAPI.IOTAExternalDevice.ProfileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProfileName: string read GetProfileName write SetProfileName;

C++

__property System::UnicodeString ProfileName = {read=GetProfileName, write=SetProfileName};

Properties

Type Visibility Source Unit Parent
property public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTAExternalDevice

Description

ProfileName is the name of the connection profile that is associated with an external device.

See Also