Appointment.Recurrence Eigenschaft

Definition

Ruft das -Objekt ab, das beschreibt, wann und wie oft der Termin auftritt, oder legt es fest. Recurrence ist vom Typ 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

Eigenschaftswert

Ein AppointmentRecurrence-Objekt , das beschreibt, wann und wie oft der Termin stattfindet.

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Gilt für: