Sets the key properties request for the navigation query. NavKeyProperties

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

Syntax

C#
public virtual void SetNk(
	string o
)
Visual Basic
Public Overridable Sub SetNk ( _
	o As String _
)
Visual C++
public:
virtual void SetNk(
	String^ o
)

Parameters

o
Type: System..::..String
The key properties request (all or none) for the navigation query.

See Also