BluetoothLEAdvertisementWatcher.ScanParameters Property

Definition

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 = bluetoothLEAdvertisementWatcher.scanParameters;
bluetoothLEAdvertisementWatcher.scanParameters = bluetoothLEAdvertisementScanParameters;
Public Property ScanParameters As BluetoothLEAdvertisementScanParameters

Property Value

Attributes

Applies to