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

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

Syntax

C#
[CommandParameterPropertyAttribute(Key = "Ny")]
public Nullable<bool> EnableDidYouMean { get; set; }
Visual Basic (Declaration)
<CommandParameterPropertyAttribute(Key := "Ny")> _
Public Property EnableDidYouMean As Nullable(Of Boolean)
Visual C++
[CommandParameterPropertyAttribute(Key = L"Ny")]
public:
property Nullable<bool> EnableDidYouMean {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}

See Also