Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.IsReminderCategoryNull method

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

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

Syntax

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

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

Return value

Type: System.Boolean

See also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow members

WebSvcNotifications namespace