WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs.ReplaceAppointmentOperation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the appointment that is provided to the app when the user tries to replace it.
public:
property ReplaceAppointmentOperation ^ ReplaceAppointmentOperation { ReplaceAppointmentOperation ^ get(); };
ReplaceAppointmentOperation ReplaceAppointmentOperation();
public ReplaceAppointmentOperation ReplaceAppointmentOperation { get; }
var replaceAppointmentOperation = webUIAppointmentsProviderReplaceAppointmentActivatedEventArgs.replaceAppointmentOperation;
Public ReadOnly Property ReplaceAppointmentOperation As ReplaceAppointmentOperation
Property Value
The appointment that is replaced.