Gets or Sets the key properties request for the navigation query.
Namespace: Endeca.NavigationAssembly: 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); } |