Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.AddReminderSubscriptionInfoRow method (Guid, String, Boolean, Int32, Boolean, Int32, Int32, Int32, DateTime)

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Function AddReminderSubscriptionInfoRow ( _
    ReminderUID As Guid, _
    ReminderName As String, _
    ReminderIsRepetitive As Boolean, _
    ReminderCategory As Integer, _
    IsSubscribed As Boolean, _
    RecipientType As Integer, _
    FrequencyPeriod As Integer, _
    FrequencyValue As Integer, _
    NextRun As DateTime _
) As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Dim ReminderUID As Guid
Dim ReminderName As String
Dim ReminderIsRepetitive As Boolean
Dim ReminderCategory As Integer
Dim IsSubscribed As Boolean
Dim RecipientType As Integer
Dim FrequencyPeriod As Integer
Dim FrequencyValue As Integer
Dim NextRun As DateTime
Dim returnValue As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow

returnValue = instance.AddReminderSubscriptionInfoRow(ReminderUID, _
    ReminderName, ReminderIsRepetitive, _
    ReminderCategory, IsSubscribed, _
    RecipientType, FrequencyPeriod, _
    FrequencyValue, NextRun)
public ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow AddReminderSubscriptionInfoRow(
    Guid ReminderUID,
    string ReminderName,
    bool ReminderIsRepetitive,
    int ReminderCategory,
    bool IsSubscribed,
    int RecipientType,
    int FrequencyPeriod,
    int FrequencyValue,
    DateTime NextRun
)

Parameters

Return value

Type: WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow

See also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable members

AddReminderSubscriptionInfoRow overload

WebSvcNotifications namespace