Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the maximum number of records in a query set that is associated with this alert object.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property AlertsMaximumQuerySet As Integer
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As Integer
value = instance.AlertsMaximumQuerySet
instance.AlertsMaximumQuerySet = value
public int AlertsMaximumQuerySet { get; set; }
Property Value
Type: System.Int32
Returns a Int that contains the maximum for this alert.
Exceptions
Exception | Condition |
---|---|
SystemException | The current user does not have Farm administrator privileges. |
Remarks
The alerts are stored in a database object or content database.
See Also
Reference
Microsoft.SharePoint.Administration Namespace
Other Resources
Alert Class