AddAppointmentOperation.AppointmentInformation Property

Definition

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

Applies to