Compartir a través de


IAppointmentsProviderRemoveAppointmentActivatedEventArgs.RemoveAppointmentOperation Propiedad

Definición

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

public:
 property RemoveAppointmentOperation ^ RemoveAppointmentOperation { RemoveAppointmentOperation ^ get(); };
RemoveAppointmentOperation RemoveAppointmentOperation();
public RemoveAppointmentOperation RemoveAppointmentOperation { get; }
var removeAppointmentOperation = iAppointmentsProviderRemoveAppointmentActivatedEventArgs.removeAppointmentOperation;
Public ReadOnly Property RemoveAppointmentOperation As RemoveAppointmentOperation

Valor de propiedad

La cita que se quita.

Se aplica a