CoreResultsWebPart.DisplayRSSLink Property
Gets or sets a value that indicates whether the CoreResultsWebPart displays the RSS link.
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("SearchResults_CRDisplayRSSLink", "", "SearchResults_CRDisplayRSSLink_ToolTip")> _
Public Property DisplayRSSLink As Boolean
Get
Set
'Usage
Dim instance As CoreResultsWebPart
Dim value As Boolean
value = instance.DisplayRSSLink
instance.DisplayRSSLink = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
[ResourcesAttribute("SearchResults_CRDisplayRSSLink", "", "SearchResults_CRDisplayRSSLink_ToolTip")]
public bool DisplayRSSLink { get; set; }
Property Value
Type: System.Boolean
true if the link is displayed; otherwise, false.