Gets the terms specified in the search.

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

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 search terms, or null if none is returned.

Remarks

Corresponds to the Ntt parameter of a UrlENEQuery.

See Also