AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow.IsAlertNameNull Method

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

Namespace:  WebSvcNotifications
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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