Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.IsSubscribed Property

Indicates whether the current user receives this reminder notification.

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 IsSubscribed As Boolean
    Get
    Set
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
Dim value As Boolean

value = instance.IsSubscribed

instance.IsSubscribed = value
public bool IsSubscribed { get; set; }

Property Value

Type: System.Boolean

Remarks

If you change IsSubscribed to true, you must also set FrequencyValue, FrequencyPeriod, and RecipientType or you will receive an error when updates are applied.

See Also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow Class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow Members

Notifications Web Service