Gets or sets the path to the web page that contains the UltimateSearchOutput server control.
Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690
Syntax
| C# |
|---|
public string SearchOutputPage { get; set; } |
| Visual Basic |
|---|
Public Property SearchOutputPage As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ SearchOutputPage {
String^ get ();
void set (String^ value);
} |
Field Value
Path to the web page that contains the UltimateSearchOutput server control. The default value is the current page.
Remarks
See Also