SearchBoxEx.SearchResultPageURL Property
Gets or sets the URL for the page where Enterprise Search results are displayed.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("SearchBox_TargetSearchURL", "", "SearchBox_TargetSearchURL_ToolTip")> _
Public Property SearchResultPageURL As String
Get
Set
'Usage
Dim instance As SearchBoxEx
Dim value As String
value = instance.SearchResultPageURL
instance.SearchResultPageURL = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("SearchBox_TargetSearchURL", "", "SearchBox_TargetSearchURL_ToolTip")]
public string SearchResultPageURL { get; set; }
Property Value
Type: System.String
A string that contains the URL for the Enterprise Search results.