Appointment.Recurrence Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
|