Compartilhar via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.IsIsSubscribedNull method

Determina se a propriedade IsSubscribed está definida como um valor de a null reference (Nothing in Visual Basic) .

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

Syntax

'Declaração
Public Function IsIsSubscribedNull As Boolean
'Uso
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
Dim returnValue As Boolean

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

Valor retornado

Type: System.Boolean
Retorna true se a propriedade é definida como um valor de a null reference (Nothing in Visual Basic) .

Ver também

Referência

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow members

WebSvcNotifications namespace