ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.NextRun Property
Specifies the next date and time this reminder will be checked.
Namespace: [Notifications Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Notifications.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Notifications.asmx?wsdl
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