Partager via


AppointmentCalendar.CanCreateOrUpdateAppointments Propriété

Définition

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

S’applique à