Class AppointmentReminderCollection

AppointmentReminderCollection class

Contains collection of AppointmentReminder AppointmentReminderobjects.

public class AppointmentReminderCollection : List<AppointmentReminder>

Constructors

NameDescription
AppointmentReminderCollection()The default constructor.

See Also