Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the subscription reminder is a recurring reminder.
Namespace: WebSvcNotifications
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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