ReminderSubscriptionInfoDataSet class
Used to maintain collections of date-based reminders to users about project management tasks.
Inheritance hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataSet
WebSvcNotifications.ReminderSubscriptionInfoDataSet
Namespace: WebSvcNotifications
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ReminderSubscriptionInfoDataSet _
Inherits DataSet
'Usage
Dim instance As ReminderSubscriptionInfoDataSet
[SerializableAttribute]
public class ReminderSubscriptionInfoDataSet : DataSet
Remarks
This dataset stores ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable objects.
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.