ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable class
Used to maintain one collection of date-based reminders about events for project users.
Inheritance hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataTable
WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Namespace: WebSvcNotifications
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ReminderSubscriptionInfoDataTable _
Inherits DataTable _
Implements IEnumerable
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
[SerializableAttribute]
public class ReminderSubscriptionInfoDataTable : DataTable,
IEnumerable
Remarks
Each data row of the data table contains a ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow reminder object.
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.ReminderSubscriptionInfoDataTable members