: SearchBoxEx.SearchResultPageURL (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the URL for the page where Enterprise Search results are displayed.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<WebPartStorageAttribute(Storage.Shared)> _
<DefaultValueAttribute("SEARCH_HOME")> _
<ResourcesAttribute("SearchBox_TargetSearchURL", "", "SearchBox_TargetSearchURL_ToolTip")> _
Public Property SearchResultPageURL As String
'Uso
Dim instance As SearchBoxEx
Dim value As String
value = instance.SearchResultPageURL
instance.SearchResultPageURL = value
[WebPartStorageAttribute(Storage.Shared)]
[DefaultValueAttribute("SEARCH_HOME")]
[ResourcesAttribute("SearchBox_TargetSearchURL", "", "SearchBox_TargetSearchURL_ToolTip")]
public string SearchResultPageURL { get; set; }
Valor de propiedad
A string that contains the URL for the Enterprise Search results.
Vea también
Referencia
SearchBoxEx (Clase)
SearchBoxEx (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)