Gets the name of this Endeca Dimension or Property key.

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

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

Name of this key.

See Also