System.Tether.Manager.TTetheringProfile.Version

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Version: Integer read FVersion;

C++

__property int Version = {read=FVersion, nodefault};

Properties

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

Description

The version of the tethering profile.

Version reads FVersion.

TTetheringAdapter.ProfilesInfo sets the ProfileVersion as System.Tether.Manager.TTetheringProfile.Version.

See Also