AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow Class
Specifies one data row of subscription alert notification settings.
Inheritance Hierarchy
System.Object
System.Data.DataRow
[Notifications Web service].AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
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 Class AlertSubscriptionInfoRow _
Inherits DataRow
'Usage
Dim instance As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
public class AlertSubscriptionInfoRow : DataRow
Remarks
Represents one subscription alert from the AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable table for one project.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow Members