Gets or sets the search terms for the dimension search.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[DefaultValueAttribute(null)]
public string SearchTerms { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(Nothing)> _
Public Property SearchTerms As String
Visual C++
[DefaultValueAttribute(nullptr)]
public:
property String^ SearchTerms {
	String^ get ();
	void set (String^ value);
}

See Also