AdvancedSearchBox.Properties Property
Gets or sets the managed properties to display in the Properties section of 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_Propeties_Text", "AdvancedSearchBox_ToolPart_PropertiesSection", _
"AdvancedSearchBox_ToolPart_Properties_ToolTip")> _
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(True)> _
Public Property Properties As String
Get
Set
'Usage
Dim instance As AdvancedSearchBox
Dim value As String
value = instance.Properties
instance.Properties = value
[ResourcesAttribute("AdvancedSearchBox_ToolPart_Propeties_Text", "AdvancedSearchBox_ToolPart_PropertiesSection",
"AdvancedSearchBox_ToolPart_Properties_ToolTip")]
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(true)]
public string Properties { get; set; }
Property Value
Type: System.String
A string that contains the XML specifying the managed properties for the Properties section.