A key-value pair representing an instance of a property defined in the MDEX Engine.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
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^> |