BlogLinksWebPart.HideAlertMeLink property
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property HideAlertMeLink As Boolean
Get
Set
'Usage
Dim instance As BlogLinksWebPart
Dim value As Boolean
value = instance.HideAlertMeLink
instance.HideAlertMeLink = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool HideAlertMeLink { get; set; }
Property value
Type: System.Boolean