Gets and sets whether this suggestion includes
terms that were auto-phrased.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
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