AppointmentCalendar.CanCancelMeetings 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 l’annulation de réunions.
public:
property bool CanCancelMeetings { bool get(); void set(bool value); };
bool CanCancelMeetings();
void CanCancelMeetings(bool value);
public bool CanCancelMeetings { get; set; }
var boolean = appointmentCalendar.canCancelMeetings;
appointmentCalendar.canCancelMeetings = boolean;
Public Property CanCancelMeetings As Boolean
Valeur de propriété
Boolean
bool
Valeur booléenne qui indique si le calendrier prend en charge l’annulation de réunions.
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|