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
    [Notifications Web service].ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow

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 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

Notifications Web Service