Get and sets the number of key properties to be returned.
            
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)
 Syntax
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
See Also