ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.ReminderName Property
Specifies the name of the subscription 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 ReminderName As String
Get
Set
'Usage
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
See Also
Reference
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow Class
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow Members