The property, dimension, or search interface name to search within.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public string KeyName { get; set; }
Visual Basic (Declaration)
Public Property KeyName As String
Visual C++
public:
property String^ KeyName {
	String^ get ();
	void set (String^ value);
}

See Also