Endeca Presentation and Logging APIs
Initializes a new instance of the KeyProperties class

Namespace:  Endeca.Navigation
Assembly:  Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.1.4.0 (6.1.4.3290)

Syntax

C#
public KeyProperties(
	string keyName
)
Visual Basic (Declaration)
Public Sub New ( _
	keyName As String _
)
Visual C++
public:
KeyProperties(
	String^ keyName
)

Parameters

keyName
Type: System..::.String

[Missing <param name="keyName"/> documentation for "M:Endeca.Navigation.KeyProperties.#ctor(System.String)"]

See Also