[Missing <summary> documentation for "P:InTheHand.Bluetooth.BluetoothLEScanOptions.KeepRepeatedDevices"]
public bool KeepRepeatedDevices { get; set; }
Public Property KeepRepeatedDevices As Boolean
Get
Set
public:
property bool KeepRepeatedDevices {
bool get ();
void set (bool value);
}
member KeepRepeatedDevices : bool with get, set