Interface that provides a uniform way to access property or dimension values from the MDEX Engine

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

Syntax

C#
public interface IAttributeValue : IEquatable<IAttributeValue>
Visual Basic (Declaration)
Public Interface IAttributeValue _
	Implements IEquatable(Of IAttributeValue)
Visual C++
public interface class IAttributeValue : IEquatable<IAttributeValue^>

See Also