AdvancedSearchBox.PhraseQueryTextBoxLabelText Property
Gets or sets the label text for the exact phrase 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
<BrowsableAttribute(True)> _
<ResourcesAttribute("AdvancedSearchBox_ToolPart_PhraseQueryLabel_Text", _
"AdvancedSearchBox_ToolPart_TextQuerySection", "AdvancedSearchBox_ToolPart_PhraseQueryLabel_ToolTip")> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property PhraseQueryTextBoxLabelText As String
Get
Set
'Usage
Dim instance As AdvancedSearchBox
Dim value As String
value = instance.PhraseQueryTextBoxLabelText
instance.PhraseQueryTextBoxLabelText = value
[BrowsableAttribute(true)]
[ResourcesAttribute("AdvancedSearchBox_ToolPart_PhraseQueryLabel_Text",
"AdvancedSearchBox_ToolPart_TextQuerySection", "AdvancedSearchBox_ToolPart_PhraseQueryLabel_ToolTip")]
[WebPartStorageAttribute(Storage.Shared)]
public string PhraseQueryTextBoxLabelText { get; set; }
Property Value
Type: System.String
A string that contains the label text for the exact phrase search box.