Ant RadioVersion Property
Gets the radio version string.
Definition
Namespace: SmallEarthTech.AntUsbStick
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.2+bee07ae1f518f90000e3a8eef95ac61052778db9
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.2+bee07ae1f518f90000e3a8eef95ac61052778db9
C#
public string Version { get; }VB
Public ReadOnly Property Version As String
GetC++
public:
virtual property String^ Version {
String^ get () sealed;
}F#
abstract Version : string with get
override Version : string with get