Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.NextRun property

Specifies the next date and time this reminder will be checked.

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

Syntax

'Declaration
Public Property NextRun As DateTime
    Get
    Set
'Usage
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

See also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow members

WebSvcNotifications namespace