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