AddAppointmentOperation.AppointmentInformation 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 info from the activation request.
public:
property Appointment ^ AppointmentInformation { Appointment ^ get(); };
Appointment AppointmentInformation();
public Appointment AppointmentInformation { get; }
var appointment = addAppointmentOperation.appointmentInformation;
Public ReadOnly Property AppointmentInformation As Appointment
Property Value
An instance of the Appointment class that represents the specific info for the appointment to add.
Windows requirements
App capabilities |
appointmentsSystem
|