AppointmentsProviderAddAppointmentActivatedEventArgs.AddAppointmentOperation Property

Definition

Gets the appointment that is provided to the app when the user tries to add it.

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

Property Value

The appointment that is added.

Implements

Applies to