Share via


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

Property Value

Attributes

Applies to