SearchBoxScriptWebPart.ShowAdvancedLink property

Gets or sets a value that indicates whether the "Advanced Search" link should be shown.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
<ResourcesAttribute("SearchBox_DisplayAdvSearchLink", "", "SearchBox_DisplayAdvSearchLink_ToolTip")> _
Public Property ShowAdvancedLink As Boolean
    Get
    Set
'Usage
Dim instance As SearchBoxScriptWebPart
Dim value As Boolean

value = instance.ShowAdvancedLink

instance.ShowAdvancedLink = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
[ResourcesAttribute("SearchBox_DisplayAdvSearchLink", "", "SearchBox_DisplayAdvSearchLink_ToolTip")]
public bool ShowAdvancedLink { get; set; }

Property value

Type: System.Boolean

See also

Reference

SearchBoxScriptWebPart class

SearchBoxScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace