SearchBoxEx.ShowAdvancedSearch property
Gets or sets a Boolean value indicating whether a link to the Advanced Search page is displayed.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property ShowAdvancedSearch As Boolean
Get
Set
'Usage
Dim instance As SearchBoxEx
Dim value As Boolean
value = instance.ShowAdvancedSearch
instance.ShowAdvancedSearch = value
public bool ShowAdvancedSearch { get; set; }
Property value
Type: System.Boolean
true if the Advanced Search page link is displayed; otherwise, false.