ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfo Property
Gets the information about the reminder subscription.
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
<BrowsableAttribute(False)> _
Public ReadOnly Property ReminderSubscriptionInfo As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Get
'Usage
Dim instance As ReminderSubscriptionInfoDataSet
Dim value As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
value = instance.ReminderSubscriptionInfo
[BrowsableAttribute(false)]
public ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable ReminderSubscriptionInfo { get; }
Property Value
Type: [Notifications Web service].ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
See Also
Reference
ReminderSubscriptionInfoDataSet Class