Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.IsReminderIsRepetitiveNull method

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

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

Syntax

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

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

Return value

Type: System.Boolean

See also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow members

WebSvcNotifications namespace