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 time interval for sending the alert.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property AlertFrequency As SPAlertFrequency
Get
Set
'Usage
Dim instance As SPAlert
Dim value As SPAlertFrequency
value = instance.AlertFrequency
instance.AlertFrequency = value
public SPAlertFrequency AlertFrequency { get; set; }
Property Value
Type: Microsoft.SharePoint.SPAlertFrequency
An SPAlertFrequency value that specifies the time interval.
Remarks
The default setting for a new SPAlert object is Immediate.