AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable.RemoveAlertSubscriptionInfoRow Method
Deletes the specified row object from the AlertSubscriptionInfoDataTable.
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 RemoveAlertSubscriptionInfoRow ( _
row As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow _
)
'Usage
Dim instance As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable
Dim row As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
instance.RemoveAlertSubscriptionInfoRow(row)
public void RemoveAlertSubscriptionInfoRow(
AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow row
)
Parameters
- row
Type: [Notifications Web service].AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
Contains the row information.
See Also
Reference
AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable Class
AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable Members