Partager via


AppointmentCalendar.CanCancelMeetings Propriété

Définition

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

S’applique à