Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.RemoveReminderSubscriptionInfoRow method

Deletes the specified row object from the ReminderSubscriptionInfoDataTable.

Namespace:  WebSvcNotifications
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Sub RemoveReminderSubscriptionInfoRow ( _
    row As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow _
)
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Dim row As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow

instance.RemoveReminderSubscriptionInfoRow(row)
public void RemoveReminderSubscriptionInfoRow(
    ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow row
)

Parameters

See also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable members

WebSvcNotifications namespace