Represents the name of a property or interface that may be searched against.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  Endeca.Data..::.SearchKey

See Also