SPAlert.AlertTime property
Obtém ou define a data e a hora para enviar o alerta.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property AlertTime As DateTime
Get
Set
'Uso
Dim instance As SPAlert
Dim value As DateTime
value = instance.AlertTime
instance.AlertTime = value
public DateTime AlertTime { get; set; }
Property value
Type: System.DateTime
Uma estrutura que especifica a data e a hora para enviar o alerta. O padrão é agora.