Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable constructor (SerializationInfo, StreamingContext)

Creates an instance of the ReminderSubscriptionInfoDataTable class by using separate parameters.

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

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable(info, context)
protected ReminderSubscriptionInfoDataTable(
    SerializationInfo info,
    StreamingContext context
)

Parameters

See also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable members

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable overload

WebSvcNotifications namespace