Share via


CoreResultsWebPart.DisplayAlertMeLink Property

Gets or sets a value that indicates whether the CoreResultsWebPart displays the Alert Me link.

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

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property DisplayAlertMeLink As Boolean
    Get
    Set
'Usage
Dim instance As CoreResultsWebPart
Dim value As Boolean

value = instance.DisplayAlertMeLink

instance.DisplayAlertMeLink = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public bool DisplayAlertMeLink { get; set; }

Property Value

Type: System.Boolean
true if the link is displayed; otherwise, false.

See Also

Reference

CoreResultsWebPart Class

CoreResultsWebPart Members

Microsoft.Office.Server.Search.WebControls Namespace