BTScanner.ReturnRemembered Property
When set to false, remembered devices are excluded from the search list.
[Visual Basic]
<DefaultValue(Value:=True), _
Description(Description:="When set to 'false', remembered devices are excluded from the search list.")>
Public Property ReturnRemembered As
Boolean
[C#]
[DefaultValue(Value=True)]
[Description(Description="When set to 'false', remembered devices are excluded from the search list.")]
public
bool ReturnRemembered {get; set;}
See Also
BTScanner Class | BlueLibs.Components Namespace