dbicDayView Send comments on this topic.
IsRecurring Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentItem Class : IsRecurring Property

Determines if the appointment will be recurring.

Syntax

Visual Basic (Declaration) 
Public Overridable Property IsRecurring As Boolean
C# 
public virtual bool IsRecurring {get; set;}

Property Value

A Boolean value

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also