: SearchBoxEx.ShowAdvancedSearch (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets a Boolean value indicating whether a link to the Advanced Search page is displayed.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<WebPartStorageAttribute(Storage.Shared)> _
<DefaultValueAttribute(False)> _
<ResourcesAttribute("SearchBox_DisplayAdvSearchLink", "", "SearchBox_DisplayAdvSearchLink_ToolTip")> _
Public Property ShowAdvancedSearch As Boolean
'Uso
Dim instance As SearchBoxEx
Dim value As Boolean
value = instance.ShowAdvancedSearch
instance.ShowAdvancedSearch = value
[WebPartStorageAttribute(Storage.Shared)]
[DefaultValueAttribute(false)]
[ResourcesAttribute("SearchBox_DisplayAdvSearchLink", "", "SearchBox_DisplayAdvSearchLink_ToolTip")]
public bool ShowAdvancedSearch { get; set; }
Valor de propiedad
true if the Advanced Search page link is displayed; otherwise, false.
Vea también
Referencia
SearchBoxEx (Clase)
SearchBoxEx (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)