BluetoothLEAdvertisement.Flags 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.
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
App capabilities |
bluetooth
|