The caption used for suggested search adjustments (Did you mean).
Namespace:
Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
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); } |