AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs.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 AppointmentCalendarCreateOrUpdateAppointmentRequest object for the corresponding CreateOrUpdateAppointmentRequested event.
public:
property AppointmentCalendarCreateOrUpdateAppointmentRequest ^ Request { AppointmentCalendarCreateOrUpdateAppointmentRequest ^ get(); };
AppointmentCalendarCreateOrUpdateAppointmentRequest Request();
public AppointmentCalendarCreateOrUpdateAppointmentRequest Request { get; }
var appointmentCalendarCreateOrUpdateAppointmentRequest = appointmentCalendarCreateOrUpdateAppointmentRequestEventArgs.request;
Public ReadOnly Property Request As AppointmentCalendarCreateOrUpdateAppointmentRequest
Property Value
The AppointmentCalendarCreateOrUpdateAppointmentRequest object for the event.
Windows requirements
App capabilities |
appointmentsSystem
|