Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.IsFrequencyPeriodNull method

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

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

Syntax

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

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

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