Appointment.Recurrence Propriété

Définition

Obtient ou définit l’objet qui décrit quand et à quelle fréquence le rendez-vous se produit. La périodicité est de 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

Valeur de propriété

Objet AppointmentRecurrence qui décrit quand et à quelle fréquence le rendez-vous se produit.

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

S’applique à