SearchOutputFrame Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the frame that contains the SearchOutputPage.

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

Syntax

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

Field Value

Frame that contains the SearchOutputPage. The default value is null.

Remarks

Use this property to set the frame that contains the SearchOutputPage.

See Also