Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.FrequencyValue Property

Specifies a value that determines the frequency period.

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 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

Notifications Web Service