Returns the terms for the spelling suggestion

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

Syntax

C#
public virtual string Terms { get; }
Visual Basic
Public Overridable ReadOnly Property Terms As String
	Get
Visual C++
public:
virtual property String^ Terms {
	String^ get ();
}

Field Value

The terms for the spelling suggestion

See Also