SPAlert.EventTypeBitmask property
Obtém ou define o tipo de evento para o qual o alerta se aplica como uma máscara de bits.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property EventTypeBitmask As Integer
Get
Set
'Uso
Dim instance As SPAlert
Dim value As Integer
value = instance.EventTypeBitmask
instance.EventTypeBitmask = value
public int EventTypeBitmask { get; set; }
Property value
Type: System.Int32
Um inteiro que especifica a máscara de bits. O valor padrão é All (0xffffffff).