ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.ReminderIsRepetitive property
Determina se o lembrete de assinatura é um lembrete recorrente.
Namespace: WebSvcNotifications
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property ReminderIsRepetitive As Boolean
Get
Set
'Uso
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
Ver também
Referência
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow class
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow members