Share via


AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow.IsAlertNameNull method

Determines whether the AlertName property is set to a null reference (Nothing in Visual Basic).

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

Syntax

'Declaration
Public Function IsAlertNameNull As Boolean
'Usage
Dim instance As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
Dim returnValue As Boolean

returnValue = instance.IsAlertNameNull()
public bool IsAlertNameNull()

Return value

Type: System.Boolean
Returns true if the name of the subscription alert is a null reference (Nothing in Visual Basic).

See also

Reference

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow class

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow members

WebSvcNotifications namespace