ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.IsFrequencyPeriodNull Method
Determines whether the FrequencyPeriod property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: [Notifications Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Notifications.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Notifications.asmx?wsdl
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