AlertCreationInformation.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 AlertCreationInformation
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
AlertCreationInformation class