Share via


BluetoothLEAdvertisementPublisherStatusChangedEventArgs.Error Property

Definition

Gets the error status for a StatusChanged event on a BluetoothLEAdvertisementPublisher.

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

Property Value

The error status for a StatusChanged event on a BluetoothLEAdvertisementPublisher.

Windows requirements

App capabilities
bluetooth

Applies to

See also