Initializes a new SearchKey instance.

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

Syntax

C#
public SearchKey(
	string name,
	bool isSearchInterface
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	isSearchInterface As Boolean _
)
Visual C++
public:
SearchKey(
	String^ name, 
	bool isSearchInterface
)

Parameters

name
Type: System..::.String
Name of the search key (i.e. the property or interface name).
isSearchInterface
Type: System..::.Boolean
Indicates if this search key represents the name of a search interface, instead of a property name.

See Also