CalendarDataSet.CalendarExceptionsRow.SetRecurrenceFrequencyNull method
Sets the RecurrenceFrequency property to a null reference (Nothing in Visual Basic).
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub SetRecurrenceFrequencyNull
'Usage
Dim instance As CalendarDataSet.CalendarExceptionsRow
instance.SetRecurrenceFrequencyNull()
public void SetRecurrenceFrequencyNull()
See also
Reference
CalendarDataSet.CalendarExceptionsRow class