Gets or sets whether alternate phrasing computation should be performed on the search.

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

Syntax

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

See Also