Partager via


SearchBox.SearchResultPageURL, propriété (Microsoft.SharePoint.Portal.WebControls)

Cette classe ou ce membre est désapprouvé. Lorsque vous mettez à niveau ou écrivez de nouvelles applications qui utilisent cette classe ou ce membre, utilisez la nouvelle classe ou le nouveau membre à la place. For Recherche de contenu d'entreprise dans Microsoft Office SharePoint Server 2007, use the Microsoft.SharePoint.PortalWebControls.SearchBoxEx instead. Gets or sets the URL for the page where results are displayed.

Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property SearchResultPageURL As String
'Utilisation
Dim instance As SearchBox
Dim value As String

value = instance.SearchResultPageURL

instance.SearchResultPageURL = value
[BrowsableAttribute(false)] 
[WebPartStorageAttribute(Storage.Shared)] 
public string SearchResultPageURL { get; set; }

Valeur de la propriété

A string that contains the URL for the page where results are displayed. The default is the search page on the current site.

Remarques

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.

Voir aussi

Référence

SearchBox, classe
Membres SearchBox
Microsoft.SharePoint.Portal.WebControls, espace de noms