BluetoothLEAppearance.Category Property

Definition

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

UInt16

unsigned short

uint16_t

The appearance category of the Bluetooth LE device. For more info see BluetoothLEAppearanceCategories

Windows requirements

App capabilities
bluetooth

Applies to