Share via


AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow.IsSubscribed property

Indicates whether the current user receives this notification.

Namespace:  WebSvcNotifications
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property IsSubscribed As Boolean
    Get
    Set
'Usage
Dim instance As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
Dim value As Boolean

value = instance.IsSubscribed

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

Property value

Type: System.Boolean
Returns false if the value is a null reference (Nothing in Visual Basic).

Remarks

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

See also

Reference

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow class

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow members

WebSvcNotifications namespace