Get and sets the number of key properties to be returned.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual string NavKeyProperties { get; set; } |
| Visual Basic |
|---|
Public Overridable Property NavKeyProperties As String
Get
Set |
| Visual C++ |
|---|
public:
virtual property String^ NavKeyProperties {
String^ get ();
void set (String^ value);
} |
Field Value
For the setter, use
KEY_PROPS_NONE to
request that no key properties be returned.
See Also