ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.FrequencyPeriod Property
Indicates whether P:WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.FrequencyValue specifies days, weeks, or months.
Namespace: [Notifications Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Notifications.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Notifications.asmx?wsdl
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