AppointmentCalendar.CanCreateOrUpdateAppointments 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 une valeur booléenne qui indique si le calendrier prend en charge la création ou la mise à jour de rendez-vous.
public:
property bool CanCreateOrUpdateAppointments { bool get(); void set(bool value); };
bool CanCreateOrUpdateAppointments();
void CanCreateOrUpdateAppointments(bool value);
public bool CanCreateOrUpdateAppointments { get; set; }
var boolean = appointmentCalendar.canCreateOrUpdateAppointments;
appointmentCalendar.canCreateOrUpdateAppointments = boolean;
Public Property CanCreateOrUpdateAppointments As Boolean
Valeur de propriété
Boolean
bool
Valeur booléenne qui indique si le calendrier prend en charge la création ou la mise à jour de rendez-vous.
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|