BluetoothLEAdvertisementPublisherStatusChangedEventArgs.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.