Class representing an Endeca name/value property pair.

C# | Visual Basic | Visual C++ |
public class Property : IComparable
Public Class Property _ Implements IComparable
public ref class Property : IComparable

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | CompareTo(Object) |
Compares this object to o.
|
![]() | Equals(Object) |
Compares the specified object with this for equality.
(Overrides Object.Equals(Object).) |
![]() | Finalize()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()() |
Generates the hash code for this object.
(Overrides Object.GetHashCode()().) |
![]() | GetType()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Key |
Gets the name of the property.
|
![]() | MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString()() | (Inherited from Object.) |
![]() | Value |
Gets the value of the property.
|

Object | |
![]() | Property |