The caption used for suggested search adjustments (Did you mean).

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[DefaultValueAttribute(" > Did You Mean: ")]
public string SuggestedSearchAdjustmentCaption { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(" > Did You Mean: ")> _
Public Property SuggestedSearchAdjustmentCaption As String
Visual C++
[DefaultValueAttribute(L" > Did You Mean: ")]
public:
property String^ SuggestedSearchAdjustmentCaption {
	String^ get ();
	void set (String^ value);
}

See Also