Share via


AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow class

Specifies one data row of subscription alert notification settings.

Inheritance hierarchy

System.Object
  System.Data.DataRow
    WebSvcNotifications.AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow

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

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

WebSvcNotifications namespace