Gets or Sets the key properties request for the navigation query.

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

Syntax

C#
public virtual IDictionary KeyProperties { get; set; }
Visual Basic
Public Overridable Property KeyProperties As IDictionary
	Get
	Set
Visual C++
public:
virtual property IDictionary^ KeyProperties {
	IDictionary^ get ();
	void set (IDictionary^ value);
}

Field Value

The key properties

See Also