Share via


SPAlertEventData.eventType field

Indicates the type of alert event that occurred.

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

Syntax

'Declaration
Public eventType As Integer
'Usage
Dim instance As SPAlertEventData
Dim value As Integer

value = instance.eventType

instance.eventType = value
public int eventType

Remarks

The value of the field can be converted to an SPEventType value to determine the type of the event.

See also

Reference

SPAlertEventData structure

SPAlertEventData members

Microsoft.SharePoint namespace