Gets or sets whether the search should use computed alternate phrasings for the search.

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

Syntax

C#
[DefaultValueAttribute(null)]
public Nullable<AlternativePhrasingMode> AlternativePhrasingMode { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(Nothing)> _
Public Property AlternativePhrasingMode As Nullable(Of AlternativePhrasingMode)
Visual C++
[DefaultValueAttribute(nullptr)]
public:
property Nullable<AlternativePhrasingMode> AlternativePhrasingMode {
	Nullable<AlternativePhrasingMode> get ();
	void set (Nullable<AlternativePhrasingMode> value);
}

See Also