ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.ReminderIsRepetitive Property
Determines whether the subscription reminder is a recurring reminder.
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 ReminderIsRepetitive As Boolean
Get
Set
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
Dim value As Boolean
value = instance.ReminderIsRepetitive
instance.ReminderIsRepetitive = value
public bool ReminderIsRepetitive { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow Class
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow Members