Gets a value indicating if this search key represents the name of a search interface, instead of a property name.

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

Syntax

C#
public bool IsSearchInterface { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsSearchInterface As Boolean
Visual C++
public:
property bool IsSearchInterface {
	bool get ();
}

See Also