: SearchBoxEx.AppendToQuery (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets a Boolean value indicating whether additional query terms are appended to the search query entered by the user into the search box Web Part.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("SearchBox_AppAdditionalTermsToQuery", "SearchBox_QueryTextBox", "SearchBox_AppAdditionalTermsToQuery_ToolTip")> _
<DefaultValueAttribute(True)> _
Public Property AppendToQuery As Boolean
'Uso
Dim instance As SearchBoxEx
Dim value As Boolean
value = instance.AppendToQuery
instance.AppendToQuery = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("SearchBox_AppAdditionalTermsToQuery", "SearchBox_QueryTextBox", "SearchBox_AppAdditionalTermsToQuery_ToolTip")]
[DefaultValueAttribute(true)]
public bool AppendToQuery { get; set; }
Valor de propiedad
true if additional query terms are appended to the user's search query; otherwise, false.
Vea también
Referencia
SearchBoxEx (Clase)
SearchBoxEx (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)