Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.ReminderIsRepetitive property

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

WebSvcNotifications namespace