SPAlert.AlertFrequency Property

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.

See Also

Reference

SPAlert Class

SPAlert Members

Microsoft.SharePoint Namespace