CalendarDataSet.CalendarExceptionsRow.IsRecurrenceTypeNull Method
Determines whether the RecurrenceType property is set to a null value.
Namespace: WebSvcCalendar
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Function IsRecurrenceTypeNull As Boolean
'Usage
Dim instance As CalendarDataSet.CalendarExceptionsRow
Dim returnValue As Boolean
returnValue = instance.IsRecurrenceTypeNull()
public bool IsRecurrenceTypeNull()
Return Value
Type: System.Boolean
See Also
Reference
CalendarDataSet.CalendarExceptionsRow Class