AppointmentCalendar.CanUpdateMeetingResponses 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 updating meeting responses.
public:
property bool CanUpdateMeetingResponses { bool get(); void set(bool value); };
bool CanUpdateMeetingResponses();
void CanUpdateMeetingResponses(bool value);
public bool CanUpdateMeetingResponses { get; set; }
var boolean = appointmentCalendar.canUpdateMeetingResponses;
appointmentCalendar.canUpdateMeetingResponses = boolean;
Public Property CanUpdateMeetingResponses As Boolean
Property Value
Boolean
bool
Boolean value that indicates if the calendar supports updating meeting responses.
Windows requirements
App capabilities |
appointmentsSystem
|