ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.FrequencyPeriod Property
FrequencyPeriod indicates whether P:WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.FrequencyValue indicates days, weeks, or months.
Namespace: WebSvcNotifications
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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