Share via


BluetoothLEAdvertisementPublisher.Status Property

Definition

Gets the current status of the BluetoothLEAdvertisementPublisher.

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

Property Value

The current status of the BluetoothLEAdvertisementPublisher.

Windows requirements

App capabilities
bluetooth

Applies to

See also