SPWebApplication.AlertsEnabled property
Gets or sets a value that specifies whether alerts are allowed in the Web application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AlertsEnabled As Boolean
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.AlertsEnabled
instance.AlertsEnabled = value
public bool AlertsEnabled { get; set; }
Property value
Type: System.Boolean
true if alerts are enabled; otherwise, false. The default value is true.