AppointmentCalendarCancelMeetingRequestEventArgs.Request 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 the AppointmentCalendarCancelMeetingRequest object for the corresponding CancelMeetingRequested event.
public:
property AppointmentCalendarCancelMeetingRequest ^ Request { AppointmentCalendarCancelMeetingRequest ^ get(); };
AppointmentCalendarCancelMeetingRequest Request();
public AppointmentCalendarCancelMeetingRequest Request { get; }
var appointmentCalendarCancelMeetingRequest = appointmentCalendarCancelMeetingRequestEventArgs.request;
Public ReadOnly Property Request As AppointmentCalendarCancelMeetingRequest
Property Value
The AppointmentCalendarCancelMeetingRequest object for the event.
Windows requirements
App capabilities |
appointmentsSystem
|