Trainer Stationary BikeTarget Power Property
Gets the trainer target power.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.FitnessEquipment
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.4+5f3fcccd77655d9c9ca3c046320d70ec8b8a48cd
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.4+5f3fcccd77655d9c9ca3c046320d70ec8b8a48cd
C#
public TrainerStationaryBikeTargetPowerLimit TargetPower { get; set; }VB
Public Property TargetPower As TrainerStationaryBikeTargetPowerLimit
Get
SetC++
public:
property TrainerStationaryBikeTargetPowerLimit TargetPower {
TrainerStationaryBikeTargetPowerLimit get ();
void set (TrainerStationaryBikeTargetPowerLimit value);
}F#
member TargetPower : TrainerStationaryBikeTargetPowerLimit with get, set