Alert.DeliveryChannels Field
A list of the methods used to provide notifications when an alert subscription is triggered.
Namespace: [Alerts Web service]
Web service reference: http://Site/_vti_bin/Alerts.asmx
Syntax
'Declaration
Public DeliveryChannels As DeliveryChannel()
'Usage
Dim instance As Alert
Dim value As DeliveryChannel()
value = instance.DeliveryChannels
instance.DeliveryChannels = value
public DeliveryChannel[] DeliveryChannels