AddAppointmentOperation.AppointmentInformation Propiedad

Definición

Obtiene la información de cita de la solicitud de activación.

public:
 property Appointment ^ AppointmentInformation { Appointment ^ get(); };
Appointment AppointmentInformation();
public Appointment AppointmentInformation { get; }
var appointment = addAppointmentOperation.appointmentInformation;
Public ReadOnly Property AppointmentInformation As Appointment

Valor de propiedad

Instancia de la clase Appointment que representa la información específica de la cita que se va a agregar.

Requisitos de Windows

Características de aplicaciones
appointmentsSystem

Se aplica a