Gets and sets whether this suggestion includes terms that were auto-phrased.

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

Syntax

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

Field Value

true if the terms were auto-phrased, or false otherwise.

See Also