SPWebApplication.AlertsMaximum property

Gets or sets the maximum number of lists and list items for which a single user can create alerts.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property AlertsMaximum As Integer
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Integer

value = instance.AlertsMaximum

instance.AlertsMaximum = value
public int AlertsMaximum { get; set; }

Property value

Type: System.Int32
A 32-bit integer that contains the maximum number of alerts.

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace