Wraps a list of property names enabled for searching and search interfaces.

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

Syntax

C#
[SerializableAttribute]
public class SearchKeyCollection : KeyedCollection<string, SearchKey>
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class SearchKeyCollection _
	Inherits KeyedCollection(Of String, SearchKey)
Visual C++
[SerializableAttribute]
public ref class SearchKeyCollection : public KeyedCollection<String^, SearchKey^>

Inheritance Hierarchy

See Also