: SearchBox.SearchResultPageURL (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Este miembro o clase no se admite. Cuando actualice una aplicación o escriba aplicaciones nuevas que hagan uso de este miembro o clase, use en su lugar el miembro o clase nuevo. For Enterprise Search de Microsoft Office SharePoint Server 2007, use the Microsoft.SharePoint.PortalWebControls.SearchBoxEx instead. Gets or sets the URL for the page where results are displayed.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property SearchResultPageURL As String
'Uso
Dim instance As SearchBox
Dim value As String
value = instance.SearchResultPageURL
instance.SearchResultPageURL = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public string SearchResultPageURL { get; set; }
Valor de propiedad
A string that contains the URL for the page where results are displayed. The default is the search page on the current site.
Comentarios
The SearchResultPageURL property is read/write. The value of this property can only be a valid URL. The default value is SEARCH_HOME, which is mapped to the search page of the current portal site.
Vea también
Referencia
SearchBox (Clase)
SearchBox (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)