AdvancedSearchBox.TextQuerySectionLabelText Property
Gets or sets the label text for the Search box section 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_TextQuerySectionLabel_Text", _
"AdvancedSearchBox_ToolPart_TextQuerySection", "AdvancedSearchBox_ToolPart_SectionLabel_ToolTip")> _
<BrowsableAttribute(True)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property TextQuerySectionLabelText As String
Get
Set
'Usage
Dim instance As AdvancedSearchBox
Dim value As String
value = instance.TextQuerySectionLabelText
instance.TextQuerySectionLabelText = value
[ResourcesAttribute("AdvancedSearchBox_ToolPart_TextQuerySectionLabel_Text",
"AdvancedSearchBox_ToolPart_TextQuerySection", "AdvancedSearchBox_ToolPart_SectionLabel_ToolTip")]
[BrowsableAttribute(true)]
[WebPartStorageAttribute(Storage.Shared)]
public string TextQuerySectionLabelText { get; set; }
Property Value
Type: System.String