Alert.EventType property

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

Syntax

'Declaration
Public Property EventType As AlertEventType
    Get
    Set
'Usage
Dim instance As Alert
Dim value As AlertEventType

value = instance.EventType

instance.EventType = value
public AlertEventType EventType { get; set; }

Property value

Type: Microsoft.SharePoint.Client.AlertEventType

See also

Reference

Alert class

Alert members

Microsoft.SharePoint.Client namespace