BluetoothLEAdvertisementPublisherTrigger.Advertisement 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 Bluetooth LE advertisement to configure and publish in the background.
public:
property BluetoothLEAdvertisement ^ Advertisement { BluetoothLEAdvertisement ^ get(); };
BluetoothLEAdvertisement Advertisement();
public BluetoothLEAdvertisement Advertisement { get; }
var bluetoothLEAdvertisement = bluetoothLEAdvertisementPublisherTrigger.advertisement;
Public ReadOnly Property Advertisement As BluetoothLEAdvertisement
Property Value
The Bluetooth LE advertisement to configure and publish in the background.