SPAlert.EventTypeBitmask 属性

获取或设置作为位掩码的警报所应用到的事件的类型。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property EventTypeBitmask As Integer
    Get
    Set
用法
Dim instance As SPAlert
Dim value As Integer

value = instance.EventTypeBitmask

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

属性值

类型:System.Int32
一个整数,指定位掩码。默认值是All (0xffffffff)。

另请参阅

引用

SPAlert 类

SPAlert 成员

Microsoft.SharePoint 命名空间