SearchSettingsDataSource.RestartSearchIfUnchanged Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether searches will be restarted, even if the search string is not changed, by pressing Enter or selecting a most-recently-used (MRU) item from the list. Default is false
; the search will not be restarted.
public:
property bool RestartSearchIfUnchanged { bool get(); void set(bool value); };
public:
property bool RestartSearchIfUnchanged { bool get(); void set(bool value); };
public bool RestartSearchIfUnchanged { get; set; }
member this.RestartSearchIfUnchanged : bool with get, set
Public Property RestartSearchIfUnchanged As Boolean
Property Value
true if searches will be restarted.