BluetoothLEAppearance.Category Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the appearance category value of the Bluetooth LE device.
public:
property unsigned short Category { unsigned short get(); };
uint16_t Category();
public ushort Category { get; }
var uInt16 = bluetoothLEAppearance.category;
Public ReadOnly Property Category As UShort
Property Value
The appearance category of the Bluetooth LE device. For more info see BluetoothLEAppearanceCategories
Windows requirements
App capabilities |
bluetooth
|