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

Syntax

C#
string IAttributeValue.Key { get; }
Visual Basic (Declaration)
Private ReadOnly Property Key As String
	Implements IAttributeValue.Key
Visual C++
private:
virtual property String^ Key {
	String^ get () sealed = IAttributeValue::Key::get;
}

Implements

IAttributeValue..::.Key

See Also