Gets the key of this ERecSearch.

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

Syntax

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

Field Value

The key (an Endeca property, dimension, or search interface) of the ERecSearch.

See Also