Share via


BluetoothLEAdvertisementPublisherStatusChangedEventArgs.Status Property

Definition

Gets the new status of the BluetoothLEAdvertisementPublisher.

public:
 property BluetoothLEAdvertisementPublisherStatus Status { BluetoothLEAdvertisementPublisherStatus get(); };
BluetoothLEAdvertisementPublisherStatus Status();
public BluetoothLEAdvertisementPublisherStatus Status { get; }
var bluetoothLEAdvertisementPublisherStatus = bluetoothLEAdvertisementPublisherStatusChangedEventArgs.status;
Public ReadOnly Property Status As BluetoothLEAdvertisementPublisherStatus

Property Value

The new status of the BluetoothLEAdvertisementPublisher.

Windows requirements

App capabilities
bluetooth

Remarks

The current status of the BluetoothLEAdvertisementPublisher might have changed by the time this property is accessed. This property reflects the new status of the BluetoothLEAdvertisementPublisher at the time it was changed and the StatusChanged event occurred.

Applies to

See also