AppointmentCalendar.CanCancelMeetings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|