AppointmentCalendar.CanCancelMeetings Property

Definition

Gets or sets a Boolean value that indicates if the calendar supports cancelling meetings.

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

Property Value

Boolean

bool

Boolean value that indicates if the calendar supports cancelling meetings.

Windows requirements

App capabilities
appointmentsSystem

Applies to