Appointment.UserResponse Property

Definition

Gets or sets the user's response to the appointment request.

public:
 property AppointmentParticipantResponse UserResponse { AppointmentParticipantResponse get(); void set(AppointmentParticipantResponse value); };
AppointmentParticipantResponse UserResponse();

void UserResponse(AppointmentParticipantResponse value);
public AppointmentParticipantResponse UserResponse { get; set; }
var appointmentParticipantResponse = appointment.userResponse;
appointment.userResponse = appointmentParticipantResponse;
Public Property UserResponse As AppointmentParticipantResponse

Property Value

The user's response to the appointment request.

Windows requirements

App capabilities
appointmentsSystem

Applies to