SearchResults Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Search results.

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

Syntax

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

See Also