ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.NextRun Property
The next date and time this reminder will be checked.
Namespace: WebSvcNotifications
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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