Represents the name of a property or interface that may be searched against.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
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^> |