Gets the terms for the spelling suggestion.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

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

See Also