Share via


BluetoothLEAdvertisementWatcherStoppedEventArgs.Error Property

Definition

Gets the error status for Stopped event.

public:
 property BluetoothError Error { BluetoothError get(); };
BluetoothError Error();
public BluetoothError Error { get; }
var bluetoothError = bluetoothLEAdvertisementWatcherStoppedEventArgs.error;
Public ReadOnly Property Error As BluetoothError

Property Value

The error status for Stopped event.

Windows requirements

App capabilities
bluetooth

Applies to

See also