Gets a string containing the list of terms joined by spaces, with each term in the cluster surrounded with quotes. Useful for the search string for when the cluster is selected.

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

Syntax

C#
public string SearchText { get; }
Visual Basic (Declaration)
Public ReadOnly Property SearchText As String
Visual C++
public:
property String^ SearchText {
	String^ get ();
}

See Also