: SearchBoxEx.AppQueryTermsLabel (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets text describing query terms appended to the user's search query.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<DefaultValueAttribute("")> _
<ResourcesAttribute("SearchBox_LowerTextBoxLabel", "SearchBox_QueryTextBox", "SearchBox_LowerTextBoxLabel_ToolTip")> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property AppQueryTermsLabel As String
'Uso
Dim instance As SearchBoxEx
Dim value As String
value = instance.AppQueryTermsLabel
instance.AppQueryTermsLabel = value
[DefaultValueAttribute("")]
[ResourcesAttribute("SearchBox_LowerTextBoxLabel", "SearchBox_QueryTextBox", "SearchBox_LowerTextBoxLabel_ToolTip")]
[WebPartStorageAttribute(Storage.Shared)]
public string AppQueryTermsLabel { get; set; }
Valor de propiedad
A string that contains the description for the appended query terms.
Vea también
Referencia
SearchBoxEx (Clase)
SearchBoxEx (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)