SearchTerms Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Search terms.

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

Syntax

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

See Also