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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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