Share via


WebUIAppointmentsProviderAddAppointmentActivatedEventArgs.AddAppointmentOperation Propiedad

Definición

Obtiene la cita que se proporciona a la aplicación cuando el usuario intenta agregarla.

public:
 property AddAppointmentOperation ^ AddAppointmentOperation { AddAppointmentOperation ^ get(); };
AddAppointmentOperation AddAppointmentOperation();
public AddAppointmentOperation AddAppointmentOperation { get; }
var addAppointmentOperation = webUIAppointmentsProviderAddAppointmentActivatedEventArgs.addAppointmentOperation;
Public ReadOnly Property AddAppointmentOperation As AddAppointmentOperation

Valor de propiedad

La cita que se agrega.

Implementaciones

Se aplica a