BluetoothLEAdvertisementWatcherTrigger.ScanParameters 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.
public:
property BluetoothLEAdvertisementScanParameters ^ ScanParameters { BluetoothLEAdvertisementScanParameters ^ get(); void set(BluetoothLEAdvertisementScanParameters ^ value); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
BluetoothLEAdvertisementScanParameters ScanParameters();
void ScanParameters(BluetoothLEAdvertisementScanParameters value);
[Windows.Foundation.Metadata.Experimental]
public BluetoothLEAdvertisementScanParameters ScanParameters { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var bluetoothLEAdvertisementScanParameters = bluetoothLEAdvertisementWatcherTrigger.scanParameters;
bluetoothLEAdvertisementWatcherTrigger.scanParameters = bluetoothLEAdvertisementScanParameters;
Public Property ScanParameters As BluetoothLEAdvertisementScanParameters
Property Value
- Attributes