Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
BluetoothLEAdvertisement.Flags Property
Definition
- Namespace:
- Windows.Devices.Bluetooth.Advertisement
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.
Bluetooth LE advertisement flags.
public:
property IReference<BluetoothLEAdvertisementFlags> ^ Flags { IReference<BluetoothLEAdvertisementFlags> ^ get(); void set(IReference<BluetoothLEAdvertisementFlags> ^ value); };
IReference<BluetoothLEAdvertisementFlags> Flags();
void Flags(IReference<BluetoothLEAdvertisementFlags> value);
public System.Nullable<BluetoothLEAdvertisementFlags> Flags { get; set; }
var iReference = bluetoothLEAdvertisement.flags;
bluetoothLEAdvertisement.flags = iReference;
Public Property Flags As Nullable(Of BluetoothLEAdvertisementFlags)
Property Value
Bluetooth LE advertisement flags.
Windows requirements
| Requirements | Description |
|---|---|
| App capabilities |
bluetooth
|
Applies to
Feedback
Was this page helpful?
