Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.IsIsSubscribedNull method

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

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

Syntax

'Declaration
Public Function IsIsSubscribedNull As Boolean
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
Dim returnValue As Boolean

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

Return value

Type: System.Boolean
Returns true if the property is set to a a null reference (Nothing in Visual Basic) value.

See also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow members

WebSvcNotifications namespace