다음을 통해 공유


AdvancedSearchBox.PropertiesSectionLabelText Property

Gets or sets the label text for the Properties section 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_PropertiesSectionLabel_Text",  _
    "AdvancedSearchBox_ToolPart_PropertiesSection", "AdvancedSearchBox_ToolPart_SectionLabel_ToolTip")> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property PropertiesSectionLabelText As String
    Get
    Set
'Usage
Dim instance As AdvancedSearchBox
Dim value As String

value = instance.PropertiesSectionLabelText

instance.PropertiesSectionLabelText = value
[BrowsableAttribute(true)]
[ResourcesAttribute("AdvancedSearchBox_ToolPart_PropertiesSectionLabel_Text", 
    "AdvancedSearchBox_ToolPart_PropertiesSection", "AdvancedSearchBox_ToolPart_SectionLabel_ToolTip")]
[WebPartStorageAttribute(Storage.Shared)]
public string PropertiesSectionLabelText { get; set; }

Property Value

Type: System.String
A string that contains the label text for the Properties section.

See Also

Reference

AdvancedSearchBox Class

AdvancedSearchBox Members

Microsoft.Office.Server.Search.WebControls Namespace