Gets or sets whether alternate phrasing computation should be performed on the search.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
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); } |