Alert.DeliveryChannels property

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

Syntax

'Declaration
Public Property DeliveryChannels As AlertDeliveryChannel
    Get
    Set
'Usage
Dim instance As Alert
Dim value As AlertDeliveryChannel

value = instance.DeliveryChannels

instance.DeliveryChannels = value
public AlertDeliveryChannel DeliveryChannels { get; set; }

Property value

Type: Microsoft.SharePoint.Client.AlertDeliveryChannel

See also

Reference

Alert class

Alert members

Microsoft.SharePoint.Client namespace