Compartilhar via


SPAlert.AlwaysNotify property

Obtém ou define um valor que indica se um alerta de diário ou semanal é sempre enviado, mesmo que não haja nenhum evento correspondente.

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

Syntax

'Declaração
Public Property AlwaysNotify As Boolean
    Get
    Set
'Uso
Dim instance As SPAlert
Dim value As Boolean

value = instance.AlwaysNotify

instance.AlwaysNotify = value
public bool AlwaysNotify { get; set; }

Property value

Type: System.Boolean
true se o alerta sempre é enviado; Caso contrário, false.

Comentários

Esta propriedade não tem efeito sobre alertas imediatos.

Ver também

Referência

SPAlert class

SPAlert members

Microsoft.SharePoint namespace