Compartilhar via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.NextRun property

Especifica a próxima data e hora que o lembrete será verificado.

Namespace:  WebSvcNotifications
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
Public Property NextRun As DateTime
    Get
    Set
'Uso
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
Dim value As DateTime

value = instance.NextRun

instance.NextRun = value
public DateTime NextRun { get; set; }

Property value

Type: System.DateTime

Ver também

Referência

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow members

WebSvcNotifications namespace