SPAlert.EventTypeBitmask property

Gets or sets the type of event to which the alert applies as a bitmask.

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

Syntax

'Declaration
Public Property EventTypeBitmask As Integer
    Get
    Set
'Usage
Dim instance As SPAlert
Dim value As Integer

value = instance.EventTypeBitmask

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

Property value

Type: System.Int32
An integer that specifies the bitmask. The default value is All (0xffffffff).

See also

Reference

SPAlert class

SPAlert members

Microsoft.SharePoint namespace