A key-value pair representing an instance of a property defined in the MDEX Engine.

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

Syntax

C#
[SerializableAttribute]
public class PropertyValue : IAttributeValue, 
	IEquatable<IAttributeValue>, IEquatable<PropertyValue>
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PropertyValue _
	Implements IAttributeValue, IEquatable(Of IAttributeValue),  _
	IEquatable(Of PropertyValue)
Visual C++
[SerializableAttribute]
public ref class PropertyValue : IAttributeValue, 
	IEquatable<IAttributeValue^>, IEquatable<PropertyValue^>

Inheritance Hierarchy

System..::.Object
  Endeca.Data..::.PropertyValue

See Also