AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow.EnabledByDefault Property
Specifies whether or not the subscription alert is enabled by default.
Namespace: WebSvcNotifications
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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