Share via


BluetoothDevice.ConnectionStatus Property

Definition

Gets the connection status of the device.

public:
 property BluetoothConnectionStatus ConnectionStatus { BluetoothConnectionStatus get(); };
BluetoothConnectionStatus ConnectionStatus();
public BluetoothConnectionStatus ConnectionStatus { get; }
var bluetoothConnectionStatus = bluetoothDevice.connectionStatus;
Public ReadOnly Property ConnectionStatus As BluetoothConnectionStatus

Property Value

One of the BluetoothConnectionStatus enumeration values that specifies the connection status of the device.

Windows requirements

Requirements Description
App capabilities
bluetooth

Applies to