Gets the terms of this ERecRank.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

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 ERecRank.

See Also