SearchBoxEx.AppQueryTermsLabel Property

Gets or sets text describing query terms appended to the user's search query.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ResourcesAttribute("SearchBox_LowerTextBoxLabel", "SearchBox_QueryTextBox",  _
    "SearchBox_LowerTextBoxLabel_ToolTip")> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property AppQueryTermsLabel As String
    Get
    Set
'Usage
Dim instance As SearchBoxEx
Dim value As String

value = instance.AppQueryTermsLabel

instance.AppQueryTermsLabel = value
[ResourcesAttribute("SearchBox_LowerTextBoxLabel", "SearchBox_QueryTextBox", 
    "SearchBox_LowerTextBoxLabel_ToolTip")]
[WebPartStorageAttribute(Storage.Shared)]
public string AppQueryTermsLabel { get; set; }

Property Value

Type: System.String
A string that contains the description for the appended query terms.

See Also

Reference

SearchBoxEx Class

SearchBoxEx Members

Microsoft.SharePoint.Portal.WebControls Namespace