AdvancedSearchBox.AndQueryTextBoxLabelText Property
Gets or sets the label text for the All words search box displayed in the AdvancedSearchBox Web Part.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<ResourcesAttribute("AdvancedSearchBox_ToolPart_AndQueryLabel_Text", _
"AdvancedSearchBox_ToolPart_TextQuerySection", "AdvancedSearchBox_ToolPart_AndQueryLabel_ToolTip")> _
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(True)> _
Public Property AndQueryTextBoxLabelText As String
Get
Set
'Usage
Dim instance As AdvancedSearchBox
Dim value As String
value = instance.AndQueryTextBoxLabelText
instance.AndQueryTextBoxLabelText = value
[ResourcesAttribute("AdvancedSearchBox_ToolPart_AndQueryLabel_Text",
"AdvancedSearchBox_ToolPart_TextQuerySection", "AdvancedSearchBox_ToolPart_AndQueryLabel_ToolTip")]
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(true)]
public string AndQueryTextBoxLabelText { get; set; }
Property Value
Type: System.String
A string that contains the All words search box label.