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