BluetoothLEAppearance.SubCategory Property

Definition

Gets the appearance subcategory value of the Bluetooth LE device.

public:
 property unsigned short SubCategory { unsigned short get(); };
uint16_t SubCategory();
public ushort SubCategory { get; }
var uInt16 = bluetoothLEAppearance.subCategory;
Public ReadOnly Property SubCategory As UShort

Property Value

UInt16

unsigned short

uint16_t

The appearance subcategory of the Bluetooth LE device. For more info, see BluetoothLEAppearanceSubcategories

Windows requirements

App capabilities
bluetooth

Applies to