ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.AddReminderSubscriptionInfoRow Method (ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow)
Adds a ReminderSubscriptionInfoRow object to the ReminderSubscriptionInfoDataTable.
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 Sub AddReminderSubscriptionInfoRow ( _
row As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow _
)
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Dim row As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
instance.AddReminderSubscriptionInfoRow(row)
public void AddReminderSubscriptionInfoRow(
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow row
)
Parameters
- row
Type: [Notifications Web service].ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
The ReminderSubscriptionInfoRow that is to be added to the ReminderSubscriptionInfoDataTable.
See Also
Reference
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable Class
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable Members