ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.FrequencyPeriod property

Indicates whether P:WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.FrequencyValue specifies days, weeks, or months.

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

Syntax

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

value = instance.FrequencyPeriod

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

Property value

Type: System.Int32

Remarks

Cast Notification.ReminderFrequencyType to an int for use in this field. FrequencyPeriod and FrequencyValue determine the interval between reminder notifications for this user.

See also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow members

WebSvcNotifications namespace

Notification.ReminderFrequencyType