CoreResultsWebPart.ShowActionLinks property

Gets or sets a value that indicates whether the CoreResultsWebPart displays the Search Action Links.

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

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<ResourcesAttribute("SearchResults_CRActionLinks", "", "SearchResults_CRActionLinks_ToolTip")> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ShowActionLinks As Boolean
    Get
    Set
'Usage
Dim instance As CoreResultsWebPart
Dim value As Boolean

value = instance.ShowActionLinks

instance.ShowActionLinks = value
[WebBrowsableAttribute(true)]
[ResourcesAttribute("SearchResults_CRActionLinks", "", "SearchResults_CRActionLinks_ToolTip")]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool ShowActionLinks { get; set; }

Property value

Type: System.Boolean
true if the action links are displayed; otherwise, false.

See also

Reference

CoreResultsWebPart class

CoreResultsWebPart members

Microsoft.Office.Server.Search.WebControls namespace