Gets and sets whether this suggestion includes terms that were spell-corrected.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual bool IncludedSpellingCorrection { get; set; }
Visual Basic
Public Overridable Property IncludedSpellingCorrection As Boolean
	Get
	Set
Visual C++
public:
virtual property bool IncludedSpellingCorrection {
	bool get ();
	void set (bool value);
}

Field Value

true if the terms were spell-corrected, or false otherwise.

See Also