SPAlert.AlertFrequency property

Gets or sets the time interval for sending the alert.

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

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