Share via


AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow.EnabledByDefault property

Specifies whether the subscription alert is enabled by default.

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

Syntax

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

value = instance.EnabledByDefault

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

Property value

Type: System.Boolean

See also

Reference

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow class

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow members

WebSvcNotifications namespace