Gets the terms of this ERecSearch.

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 of the ERecSearch.

See Also