Compartir a través de


: SearchBoxEx.GoImageUrl (Propiedad) (Microsoft.SharePoint.Portal.WebControls)

Gets or sets the link for the search button image.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("SearchBox_SearchButtonURL", "", "SearchBox_SearchButtonURL_ToolTip")> _
Public Property GoImageUrl As String
'Uso
Dim instance As SearchBoxEx
Dim value As String

value = instance.GoImageUrl

instance.GoImageUrl = value
[WebPartStorageAttribute(Storage.Shared)] 
[ResourcesAttribute("SearchBox_SearchButtonURL", "", "SearchBox_SearchButtonURL_ToolTip")] 
public string GoImageUrl { get; set; }

Valor de propiedad

A string that contains the URL to the search button image.

Vea también

Referencia

SearchBoxEx (Clase)
SearchBoxEx (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)