Freigeben über


SearchBoxScriptWebPart.ShowAdvancedLink-Eigenschaft

Dient zum Abrufen oder Festlegen eines Werts, das angibt, ob der Link "Erweiterte Suche" angezeigt werden sollen.

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; }

Eigenschaftswert

Typ: System.Boolean

Siehe auch

Referenz

SearchBoxScriptWebPart Klasse

SearchBoxScriptWebPart-Member

Microsoft.Office.Server.Search.WebControls-Namespace