Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.FrequencyValue property

Specifies a value that determines the frequency period.

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

Syntax

'Declaration
Public Property FrequencyValue As Integer
    Get
    Set
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
Dim value As Integer

value = instance.FrequencyValue

instance.FrequencyValue = value
public int FrequencyValue { get; set; }

Property value

Type: System.Int32

Remarks

The values 0, 1, 2, or 3 are used to mean Every, Every Other, Every Third, or Every Fourth FrequencyPeriod, respectively.

FrequencyPeriod and FrequencyValue determine the interval between reminder notifications for this user.

See also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow members

WebSvcNotifications namespace