Gets the unique name of this IAttributeValue.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
string Key { get; }
Visual Basic (Declaration)
ReadOnly Property Key As String
Visual C++
property String^ Key {
	String^ get ();
}

See Also