BluetoothLEDevice.Appearance Property

Definition

Gets the BluetoothLEAppearance object for the Bluetooth LE device.

public:
 property BluetoothLEAppearance ^ Appearance { BluetoothLEAppearance ^ get(); };
BluetoothLEAppearance Appearance();
public BluetoothLEAppearance Appearance { get; }
var bluetoothLEAppearance = bluetoothLEDevice.appearance;
Public ReadOnly Property Appearance As BluetoothLEAppearance

Property Value

The appearance for the Bluetooth LE device.

Windows requirements

Device family
Windows 10 (introduced in 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v2.0)
App capabilities
bluetooth

Applies to