Condividi tramite


AppointmentCalendar.CanCancelMeetings Proprietà

Definizione

Ottiene o imposta un valore booleano che indica se il calendario supporta l'annullamento delle riunioni.

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

Valore della proprietà

Boolean

bool

Valore booleano che indica se il calendario supporta l'annullamento delle riunioni.

Requisiti Windows

Funzionalità dell'app
appointmentsSystem

Si applica a