ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.FrequencyValue Property
FrequencyValue is the number 0, 1, 2, or 3 meaning Every, Every Other, Every Third, or Every Fourth FrequencyPeriod.
Namespace: WebSvcNotifications
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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
FrequencyPeriod and FrequencyValue determine the interval between reminder notifications for this user.
See Also
Reference
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow Class
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow Members