ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.IsFrequencyValueNull Method
Determines whether the FrequencyValue property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcNotifications
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Function IsFrequencyValueNull As Boolean
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
Dim returnValue As Boolean
returnValue = instance.IsFrequencyValueNull()
public bool IsFrequencyValueNull()
Return Value
Type: System.Boolean
Returns trueif the value is a null reference (Nothing in Visual Basic).
See Also
Reference
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow Class
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow Members