Partager via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.NewReminderSubscriptionInfoRow Method

Creates a row object in 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 Function NewReminderSubscriptionInfoRow As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Dim returnValue As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow

returnValue = instance.NewReminderSubscriptionInfoRow()
public ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow NewReminderSubscriptionInfoRow()

Return Value

Type: [Notifications Web service].ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow

See Also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable Class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable Members

Notifications Web Service