SearchType Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Search type.

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

Syntax

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

See Also