AppointmentCalendarCreateOrUpdateAppointmentRequest.Appointment 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 appointment to create or update.
public:
property Appointment ^ Appointment { Appointment ^ get(); };
Appointment Appointment();
public Appointment Appointment { get; }
var appointment = appointmentCalendarCreateOrUpdateAppointmentRequest.appointment;
Public ReadOnly Property Appointment As Appointment
Property Value
The appointment to create or update.
Windows requirements
App capabilities |
appointmentsSystem
|