AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow.EnabledByDefault Property
Specifies whether the subscription alert is enabled by default.
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 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