Gets or sets the "did you mean" option for the search.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[DefaultValueAttribute(null)]
public Nullable<bool> EnableDidYouMean { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(Nothing)> _
Public Property EnableDidYouMean As Nullable(Of Boolean)
Visual C++
[DefaultValueAttribute(nullptr)]
public:
property Nullable<bool> EnableDidYouMean {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}

See Also