ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow class

Contains a row of date-based event reminder information for a user of a project.

Inheritance hierarchy

System.Object
  System.Data.DataRow
    WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow

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

Syntax

'Declaration
Public Class ReminderSubscriptionInfoRow _
    Inherits DataRow
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
public class ReminderSubscriptionInfoRow : DataRow

Remarks

Represents one data row from the ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable 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

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow members

WebSvcNotifications namespace