SPAlert.DeliveryChannels property
Obtém ou define um valor que indica o método de entrega do alerta.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property DeliveryChannels As SPAlertDeliveryChannels
Get
Set
'Uso
Dim instance As SPAlert
Dim value As SPAlertDeliveryChannels
value = instance.DeliveryChannels
instance.DeliveryChannels = value
public SPAlertDeliveryChannels DeliveryChannels { get; set; }
Property value
Type: Microsoft.SharePoint.SPAlertDeliveryChannels
O método de entrega (e-mail ou mensagem SMS).