Share via


de la propiedad SPAlert.DeliveryChannels

Obtiene o establece un valor que indica el método de entrega de la alerta.

Espacio de nombres:  Microsoft.SharePoint
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
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; }

Valor de propiedad

Tipo: Microsoft.SharePoint.SPAlertDeliveryChannels
El método de entrega (correo electrónico o mensaje SMS).

Vea también

Referencia

clase SPAlert

Miembros SPAlert

Espacio de nombres Microsoft.SharePoint