Compartilhar via


AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow.IsAlertNameNull method

Determina se a propriedade AlertName está definida como a null reference (Nothing in Visual Basic).

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

Syntax

'Declaração
Public Function IsAlertNameNull As Boolean
'Uso
Dim instance As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
Dim returnValue As Boolean

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

Valor retornado

Type: System.Boolean
Retorna true se o nome do alerta de assinatura é a null reference (Nothing in Visual Basic).

Ver também

Referência

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow class

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow members

WebSvcNotifications namespace