Common Speed CadenceManufacturer Info Property
Gets the manufacturer information.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BikeSpeedAndCadence
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 CommonSpeedCadenceManufacturerInfoPage ManufacturerInfo { get; set; }VB
Public Property ManufacturerInfo As CommonSpeedCadenceManufacturerInfoPage
Get
SetC++
public:
property CommonSpeedCadenceManufacturerInfoPage ManufacturerInfo {
CommonSpeedCadenceManufacturerInfoPage get ();
void set (CommonSpeedCadenceManufacturerInfoPage value);
}F#
member ManufacturerInfo : CommonSpeedCadenceManufacturerInfoPage with get, set