ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.ReminderName property
Especifica o nome do lembrete de assinatura.
Namespace: WebSvcNotifications
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property ReminderName As String
Get
Set
'Uso
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
Dim value As String
value = instance.ReminderName
instance.ReminderName = value
public string ReminderName { get; set; }
Property value
Type: System.String
Ver também
Referência
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow class
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow members