Appointment.Recurrence Property

Definition

Gets or sets the object that describes when and how often the appointment occurs. Recurrence is of type AppointmentRecurrence.

public:
 property AppointmentRecurrence ^ Recurrence { AppointmentRecurrence ^ get(); void set(AppointmentRecurrence ^ value); };
AppointmentRecurrence Recurrence();

void Recurrence(AppointmentRecurrence value);
public AppointmentRecurrence Recurrence { get; set; }
var appointmentRecurrence = appointment.recurrence;
appointment.recurrence = appointmentRecurrence;
Public Property Recurrence As AppointmentRecurrence

Property Value

A AppointmentRecurrence object that describes when and how often the appointment occurs.

Windows requirements

App capabilities
appointmentsSystem

Applies to