Search terms.

Namespace:  Karamasoft.WebControls.UltimateSearch
Assembly:  UltimateSearch (in UltimateSearch.dll) Version: 3.6.3650.26268

Syntax

C#
public string SearchTerms { get; set; }
Visual Basic (Declaration)
Public Property SearchTerms As String
Visual C++
public:
property String^ SearchTerms {
	String^ get ();
	void set (String^ value);
}

See Also