Share via


SearchSettingsDataSource.RestartSearchIfUnchanged Property

Definition

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.

Applies to